From 6c713f95c949c3bfed432321ea4f5654b3512cd5 Mon Sep 17 00:00:00 2001 From: Dingmeng Xue Date: Sat, 15 Oct 2022 12:59:32 +0800 Subject: [PATCH 1/2] Fix NullReferenceException in New-AzRoleAssignment (#19806) --- src/Resources/Resources/ChangeLog.md | 1 + .../RoleAssignments/NewAzureRoleAssignmentCommand.cs | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index a8b2bfa459ca..8d57df853447 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release +* Fixed NullReferenceException issue in `New-AzRoleAssignment` [#19793] ## Version 6.3.0 * Removed unused reference to resource identifier in role assignment create cmdlet diff --git a/src/Resources/Resources/RoleAssignments/NewAzureRoleAssignmentCommand.cs b/src/Resources/Resources/RoleAssignments/NewAzureRoleAssignmentCommand.cs index 7ea53e363cd7..1a2c032fa0f2 100644 --- a/src/Resources/Resources/RoleAssignments/NewAzureRoleAssignmentCommand.cs +++ b/src/Resources/Resources/RoleAssignments/NewAzureRoleAssignmentCommand.cs @@ -318,6 +318,13 @@ public override void ExecuteCmdlet() Id = ObjectId, ObjectType = ObjectType, }, + ResourceIdentifier = new ResourceIdentifier() { + ParentResource = ParentResource, + ResourceGroupName = ResourceGroupName, + ResourceName = ResourceName, + ResourceType = ResourceType, + Subscription = DefaultProfile.DefaultContext.Subscription.Id, + }, CanDelegate = AllowDelegation.IsPresent ? true : false, Description = Description, Condition = Condition, From a630b8d668f4cc9ce8b276472929754031af6059 Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:24:25 +0800 Subject: [PATCH 2/2] Release-2022-10-17 (#19822) * Revert change * release-2022-10-17 * Fix example issues Co-authored-by: dingmeng-xue --- ChangeLog.md | 7 +- src/Advisor/Az.Advisor.psd1 | 4 +- src/Advisor/Changelog.md | 2 +- src/Advisor/Properties/AssemblyInfo.cs | 4 +- .../Aks.Autorest/Properties/AssemblyInfo.cs | 4 +- src/Aks/Aks/Az.Aks.psd1 | 4 +- src/Aks/Aks/ChangeLog.md | 2 +- src/Aks/Aks/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../ApiManagement/Az.ApiManagement.psd1 | 4 +- src/ApiManagement/ApiManagement/ChangeLog.md | 2 +- .../ApiManagement/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Attestation/Az.Attestation.psd1 | 4 +- src/Attestation/Attestation/ChangeLog.md | 2 +- .../Attestation/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- src/Compute/Compute/Az.Compute.psd1 | 4 +- src/Compute/Compute/ChangeLog.md | 2 +- .../Compute/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- src/EventHub/EventHub/Az.EventHub.psd1 | 4 +- src/EventHub/EventHub/ChangeLog.md | 2 +- .../EventHub/Properties/AssemblyInfo.cs | 4 +- .../Az.MarketplaceOrdering.psd1 | 4 +- src/MarketplaceOrdering/Changelog.md | 2 +- .../Properties/AssemblyInfo.cs | 4 +- src/Migrate/Az.Migrate.psd1 | 4 +- src/Migrate/Changelog.md | 2 +- src/Migrate/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- src/Monitor/Monitor/Az.Monitor.psd1 | 4 +- src/Monitor/Monitor/ChangeLog.md | 2 +- .../Monitor/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- src/Network/Network/Az.Network.psd1 | 4 +- src/Network/Network/ChangeLog.md | 2 +- .../Network/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../RecoveryServices/Az.RecoveryServices.psd1 | 6 +- .../RecoveryServices/ChangeLog.md | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- src/Resources/Resources/Az.Resources.psd1 | 7 +- src/Resources/Resources/ChangeLog.md | 2 + .../Resources/Properties/AssemblyInfo.cs | 4 +- src/Resources/Tags/Properties/AssemblyInfo.cs | 4 +- src/SecurityInsights/Az.SecurityInsights.psd1 | 4 +- src/SecurityInsights/Changelog.md | 2 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 | 4 +- src/ServiceBus/ServiceBus/ChangeLog.md | 2 +- .../ServiceBus/Properties/AssemblyInfo.cs | 4 +- .../Sql.LegacySdk/Properties/AssemblyInfo.cs | 4 +- src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs | 4 +- src/Sql/Sql/Az.Sql.psd1 | 4 +- src/Sql/Sql/ChangeLog.md | 2 +- src/Sql/Sql/Properties/AssemblyInfo.cs | 4 +- .../Properties/Assemblyinfo.cs | 4 +- .../Storage.Management/Az.Storage.psd1 | 4 +- src/Storage/Storage.Management/ChangeLog.md | 2 +- .../Properties/AssemblyInfo.cs | 4 +- .../Storage/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- src/Synapse/Synapse/Az.Synapse.psd1 | 4 +- src/Synapse/Synapse/ChangeLog.md | 2 +- .../Synapse/Properties/AssemblyInfo.cs | 4 +- tools/Az/Az.psd1 | 43 +- tools/AzPreview/AzPreview.psd1 | 36 +- tools/Docs/az-ps-latest.csv | 34 +- .../SerializedCmdlets/Az.Advisor.json | 180 +- .../SerializedCmdlets/Az.Aks.json | 274 +- .../SerializedCmdlets/Az.ApiManagement.json | 1368 ++-- .../SerializedCmdlets/Az.Attestation.json | 148 +- .../SerializedCmdlets/Az.Compute.json | 1382 ++-- .../SerializedCmdlets/Az.EventHub.json | 1064 +-- .../Az.MarketplaceOrdering.json | 106 +- .../SerializedCmdlets/Az.Migrate.json | 688 +- .../SerializedCmdlets/Az.Monitor.json | 932 +-- .../SerializedCmdlets/Az.Network.json | 7064 ++++++++--------- .../Az.RecoveryServices.json | 1420 ++-- .../SerializedCmdlets/Az.Resources.json | 2828 +++---- .../Az.SecurityInsights.json | 2150 ++--- .../SerializedCmdlets/Az.ServiceBus.json | 1080 +-- .../SerializedCmdlets/Az.Sql.json | 1548 ++-- .../SerializedCmdlets/Az.Storage.json | 1206 +-- .../SerializedCmdlets/Az.Synapse.json | 2480 +++--- 99 files changed, 13161 insertions(+), 13162 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 70b1e4a41cb4..10a78f94c77d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -## 9.0.0 - October 2022 +## 9.0.1 - October 2022 #### Az.Accounts * Upgraded Azure.Core to 1.25.0 and Azure.Identity to 1.6.1 * Upgraded Microsoft.Identity.Client to 4.46.2 and Microsoft.Identity.Client.Extensions.Msal to 2.23.0 @@ -162,13 +162,12 @@ * Onboard Project AzureML Registries to Private Link Common Cmdlets #### Az.RecoveryServices -* [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null refrence issue by making policy a mandatory parameter. +* [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null reference issue by making policy a mandatory parameter. * [Breaking Change] Removed status filter from Get-AzRecoveryServicesBackupContainer command * Added SubTasks Duration for IaasVM job #### Az.Resources -* Removed unused reference to resource identifier in role assignment create cmdlet -* Exposed parameter '-Count' for 'Get-AzADApplication', 'Get-AzADServicePrincipal', 'Get-AzADGroup' [#19476] +* Fixed NullReferenceException issue in 'New-AzRoleAssignment' [#19793] #### Az.SecurityInsights * Changed 'Az.SecurityInsights' to autorest-based module diff --git a/src/Advisor/Az.Advisor.psd1 b/src/Advisor/Az.Advisor.psd1 index fca7f6935b3a..1ab0ac62b809 100644 --- a/src/Advisor/Az.Advisor.psd1 +++ b/src/Advisor/Az.Advisor.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.Advisor.psm1' # Version number of this module. -ModuleVersion = '1.2.0' +ModuleVersion = '2.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Advisor/Changelog.md b/src/Advisor/Changelog.md index e5cf37e99227..b54f6e44f926 100644 --- a/src/Advisor/Changelog.md +++ b/src/Advisor/Changelog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release -## Version 1.2.0 +## Version 2.0.0 * Bumped API version to 2020-01-01 ## Version 1.1.2 diff --git a/src/Advisor/Properties/AssemblyInfo.cs b/src/Advisor/Properties/AssemblyInfo.cs index 4749cc0de278..28f682d30fc9 100644 --- a/src/Advisor/Properties/AssemblyInfo.cs +++ b/src/Advisor/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d636d31-fff2-4ac2-bf7c-cce9031f8c72")] -[assembly: AssemblyVersion("1.2.0")] -[assembly: AssemblyFileVersion("1.2.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs index b9e24da37b40..64b78f223eaf 100644 --- a/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs +++ b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")] -[assembly: AssemblyVersion("4.3.1")] -[assembly: AssemblyFileVersion("4.3.1")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index 805676a2b3fc..2ebbba37e7f0 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.3.1' +ModuleVersion = '5.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md index aa5ebaf55311..314d20977645 100644 --- a/src/Aks/Aks/ChangeLog.md +++ b/src/Aks/Aks/ChangeLog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release -## Version 4.3.1 +## Version 5.0.0 * [Breaking Change] Removed the alias `Install-AzAksKubectl` of `Install-AzAksCliTool`. ## Version 4.3.0 diff --git a/src/Aks/Aks/Properties/AssemblyInfo.cs b/src/Aks/Aks/Properties/AssemblyInfo.cs index 0eeaa114b843..37ac8116d27e 100644 --- a/src/Aks/Aks/Properties/AssemblyInfo.cs +++ b/src/Aks/Aks/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")] -[assembly: AssemblyVersion("4.3.1")] -[assembly: AssemblyFileVersion("4.3.1")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs index abd8ac99b3b1..f148f624421c 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.1.0")] -[assembly: AssemblyFileVersion("3.1.0")] +[assembly: AssemblyVersion("4.0.0")] +[assembly: AssemblyFileVersion("4.0.0")] diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index ebdbfab147ce..a306452ef64a 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.1.0' +ModuleVersion = '4.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index e90a1414793d..a3ad24a4567d 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release -## Version 3.1.0 +## Version 4.0.0 * [Breaking Change] Changed the type of parameter `Sku` from Enum to String in `Add-AzApiManagementRegion`, `New-AzApiManagement` and `Update-AzApiManagementRegion`. ## Version 3.0.1 diff --git a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs index 07448b4d4dde..05e764e8821f 100644 --- a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs +++ b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.1.0")] -[assembly: AssemblyFileVersion("3.1.0")] +[assembly: AssemblyVersion("4.0.0")] +[assembly: AssemblyFileVersion("4.0.0")] diff --git a/src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs b/src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs index c6830ff0b648..2d4aae0d77b1 100644 --- a/src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs +++ b/src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("163780f9-65b1-4854-98aa-6967892d7b6a")] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/src/Attestation/Attestation/Az.Attestation.psd1 b/src/Attestation/Attestation/Az.Attestation.psd1 index 1c032136490a..94482cc9b0ad 100644 --- a/src/Attestation/Attestation/Az.Attestation.psd1 +++ b/src/Attestation/Attestation/Az.Attestation.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.1.0' +ModuleVersion = '2.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Attestation/Attestation/ChangeLog.md b/src/Attestation/Attestation/ChangeLog.md index 31ef610e7185..a0e4e8f5cccd 100644 --- a/src/Attestation/Attestation/ChangeLog.md +++ b/src/Attestation/Attestation/ChangeLog.md @@ -21,7 +21,7 @@ ## Upcoming Release -## Version 1.1.0 +## Version 2.0.0 * [Breaking Change] Replaced `New/Remove/Get-AzAttestation` with `New/Remove/Get-AzAttestationProvider` * Added `Get-AzAttestationDefaultProvider` and `Update-AzAttestationProvider` * Upgraded API version from 2018-09-01-preview to 2020-10-01 diff --git a/src/Attestation/Attestation/Properties/AssemblyInfo.cs b/src/Attestation/Attestation/Properties/AssemblyInfo.cs index 4da63a04498e..875175fd4063 100644 --- a/src/Attestation/Attestation/Properties/AssemblyInfo.cs +++ b/src/Attestation/Attestation/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")] #endif diff --git a/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs b/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs index c4fd53f48bd6..4ff2c20a7520 100644 --- a/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("05e53bbe-85c7-4f90-b796-25b4d044090b")] -[assembly: AssemblyVersion("4.32.0")] -[assembly: AssemblyFileVersion("4.32.0")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] diff --git a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs index b002bc6f1d64..1af6ffcdeffe 100644 --- a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")] -[assembly: AssemblyVersion("4.32.0")] -[assembly: AssemblyFileVersion("4.32.0")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1 index 62c2823a9ddf..9eebcff293b1 100644 --- a/src/Compute/Compute/Az.Compute.psd1 +++ b/src/Compute/Compute/Az.Compute.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.32.0' +ModuleVersion = '5.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index af69fecbcc17..b821af62073d 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -21,7 +21,7 @@ --> ## Upcoming Release -## Version 4.32.0 +## Version 5.0.0 * Added the `TimeCreated` property to the Virtual Machine and Virtual Machine Scale Set models. * Added Confidential VM functionality to multiple cmdlets. * Added new parameter `SecureVMDiskEncryptionSet` to cmdlet `Set-AzDiskSecurityProfile`. diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs index ffbe013a1660..928f6d97ab3f 100644 --- a/src/Compute/Compute/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")] -[assembly: AssemblyVersion("4.32.0")] -[assembly: AssemblyFileVersion("4.32.0")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")] #endif diff --git a/src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs b/src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs index aa17eecf3afc..601adf40ef9b 100644 --- a/src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs +++ b/src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("9f16f2e1-2fab-4429-b111-32ef49c81215")] -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +[assembly: AssemblyVersion("3.0.0")] +[assembly: AssemblyFileVersion("3.0.0")] diff --git a/src/EventHub/EventHub/Az.EventHub.psd1 b/src/EventHub/EventHub/Az.EventHub.psd1 index 5b466007f35d..129ce8376ff2 100644 --- a/src/EventHub/EventHub/Az.EventHub.psd1 +++ b/src/EventHub/EventHub/Az.EventHub.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.3.0' +ModuleVersion = '3.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/EventHub/EventHub/ChangeLog.md b/src/EventHub/EventHub/ChangeLog.md index 16a1356658dc..c6bf05352d26 100644 --- a/src/EventHub/EventHub/ChangeLog.md +++ b/src/EventHub/EventHub/ChangeLog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release -## Version 2.3.0 +## Version 3.0.0 * Most cmdlets in Az.EventHub module have been migrated to a new format and would witness breaking changes. Please refer our migration guide https://go.microsoft.com/fwlink/?linkid=2204690 to know breaking changes in detail. ## Version 2.2.1 diff --git a/src/EventHub/EventHub/Properties/AssemblyInfo.cs b/src/EventHub/EventHub/Properties/AssemblyInfo.cs index 2bc93dcf09a4..d7edb6b51571 100644 --- a/src/EventHub/EventHub/Properties/AssemblyInfo.cs +++ b/src/EventHub/EventHub/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")] -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +[assembly: AssemblyVersion("3.0.0")] +[assembly: AssemblyFileVersion("3.0.0")] diff --git a/src/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 b/src/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 index 419ee60ca8af..5b9c9f7e267b 100644 --- a/src/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 +++ b/src/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.MarketplaceOrdering.psm1' # Version number of this module. -ModuleVersion = '1.1.0' +ModuleVersion = '2.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/MarketplaceOrdering/Changelog.md b/src/MarketplaceOrdering/Changelog.md index 022267eaf568..60ec9be49dae 100644 --- a/src/MarketplaceOrdering/Changelog.md +++ b/src/MarketplaceOrdering/Changelog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release -## Version 1.1.0 +## Version 2.0.0 * Upgraded API version to 2021-01-01. ## Version 1.0.3 diff --git a/src/MarketplaceOrdering/Properties/AssemblyInfo.cs b/src/MarketplaceOrdering/Properties/AssemblyInfo.cs index de3d7ff9c7dc..0cbe1aecfb23 100644 --- a/src/MarketplaceOrdering/Properties/AssemblyInfo.cs +++ b/src/MarketplaceOrdering/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5ed1171e-7aa3-4580-85bc-fc23b7d10f4b")] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/src/Migrate/Az.Migrate.psd1 b/src/Migrate/Az.Migrate.psd1 index d2b1ef449925..24690ed1182f 100644 --- a/src/Migrate/Az.Migrate.psd1 +++ b/src/Migrate/Az.Migrate.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.Migrate.psm1' # Version number of this module. -ModuleVersion = '1.2.0' +ModuleVersion = '2.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Migrate/Changelog.md b/src/Migrate/Changelog.md index fc5b2c733724..f080049b0f88 100644 --- a/src/Migrate/Changelog.md +++ b/src/Migrate/Changelog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release -## Version 1.2.0 +## Version 2.0.0 * Updated ApiVersion to 2022-05-01 * Added support for pause and resume * `Suspend-AzMigrateServerReplication` diff --git a/src/Migrate/Properties/AssemblyInfo.cs b/src/Migrate/Properties/AssemblyInfo.cs index f1239ac6cc25..4849cf581e77 100644 --- a/src/Migrate/Properties/AssemblyInfo.cs +++ b/src/Migrate/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("49de559e-8965-4e80-ba75-d2f2266a0abd")] -[assembly: AssemblyVersion("1.2.0")] -[assembly: AssemblyFileVersion("1.2.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs index 2c2c3d0b8b60..e06f4e25dc6b 100644 --- a/src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs +++ b/src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("68c9e5fe-3c10-46ed-b371-9a8c93ad49c7")] -[assembly: AssemblyVersion("3.2.0")] -[assembly: AssemblyFileVersion("3.2.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs index 7071a7734cb5..53652fabbb1f 100644 --- a/src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs +++ b/src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("79a49907-5281-40df-89a6-b706a11f0b41")] -[assembly: AssemblyVersion("3.2.0")] -[assembly: AssemblyFileVersion("3.2.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs index 8054c183309e..bd30d003d20b 100644 --- a/src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs +++ b/src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("c0565a0c-7066-46c4-9090-0c88e7d16c5f")] -[assembly: AssemblyVersion("3.2.0")] -[assembly: AssemblyFileVersion("3.2.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/Monitor/Monitor/Az.Monitor.psd1 b/src/Monitor/Monitor/Az.Monitor.psd1 index f7043889ee09..97bb39344bca 100644 --- a/src/Monitor/Monitor/Az.Monitor.psd1 +++ b/src/Monitor/Monitor/Az.Monitor.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.2.0' +ModuleVersion = '4.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Monitor/Monitor/ChangeLog.md b/src/Monitor/Monitor/ChangeLog.md index a5d4b856fdd5..b5150cc1e0f7 100644 --- a/src/Monitor/Monitor/ChangeLog.md +++ b/src/Monitor/Monitor/ChangeLog.md @@ -20,7 +20,7 @@ ## Upcoming Release -## Version 3.2.0 +## Version 4.2.0 * [Breaking Change] Upgraded API version for ActivityLogAlert from 2017-04-01 to 2020-10-01, affected cmdlets: * `Get-AzActivityLogAlert` * `Remove-AzActivityLogAlert` diff --git a/src/Monitor/Monitor/Properties/AssemblyInfo.cs b/src/Monitor/Monitor/Properties/AssemblyInfo.cs index 5391349aebc3..b7ad4441b823 100644 --- a/src/Monitor/Monitor/Properties/AssemblyInfo.cs +++ b/src/Monitor/Monitor/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")] -[assembly: AssemblyVersion("3.2.0")] -[assembly: AssemblyFileVersion("3.2.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs index 905b2bc91e04..4341079b321b 100644 --- a/src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs +++ b/src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("60e17e57-5f4f-4fa2-809f-6d1b00f496a9")] -[assembly: AssemblyVersion("3.2.0")] -[assembly: AssemblyFileVersion("3.2.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1 index ae965043eb8e..166dbc642ee6 100644 --- a/src/Network/Network/Az.Network.psd1 +++ b/src/Network/Network/Az.Network.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.21.0' +ModuleVersion = '5.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 815e95cbeab1..f5c270991219 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -20,7 +20,7 @@ ## Upcoming Release -## Version 4.21.0 +## Version 5.0.0 * Added a new endpoint switch `AzureArcVM` in `New-AzNetworkWatcherConnectionMonitor` * Updated `New-AzVirtualNetworkGatewayConnection` to support bypassing the ExpressRoute gateway when accessing private-links * Updated `Update-AzCustomIpPrefix` to support no-internet advertise CustomIpPrefix diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs index 5381bcb5a3c7..0f8a3b07fe06 100644 --- a/src/Network/Network/Properties/AssemblyInfo.cs +++ b/src/Network/Network/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] -[assembly: AssemblyVersion("4.21.0")] -[assembly: AssemblyFileVersion("4.21.0")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")] #endif diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs index d30e5d8944d2..9143d547d490 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs index d30e5d8944d2..9143d547d490 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs index d30e5d8944d2..9143d547d490 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs index d30e5d8944d2..9143d547d490 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs index d30e5d8944d2..9143d547d490 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs index 05859c05eca9..5f145abb7291 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")] diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs index d12740fac12f..e6e074f652b5 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")] diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 index 621ab98bc7d3..01e8b4745b21 100644 --- a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 +++ b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '5.7.0' +ModuleVersion = '6.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -278,7 +278,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null refrence issue by making policy a mandatory parameter. + ReleaseNotes = '* [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null reference issue by making policy a mandatory parameter. * [Breaking Change] Removed status filter from Get-AzRecoveryServicesBackupContainer command * Added SubTasks Duration for IaasVM job' diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index 7e8262bf3ef3..e5ec7ebbb401 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -19,8 +19,8 @@ --> ## Upcoming Release -## Version 5.7.0 -* [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null refrence issue by making policy a mandatory parameter. +## Version 6.0.0 +* [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null reference issue by making policy a mandatory parameter. * [Breaking Change] Removed status filter from Get-AzRecoveryServicesBackupContainer command * Added SubTasks Duration for IaasVM job diff --git a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs index 3ac5fc905dae..851c6e105d58 100644 --- a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")] diff --git a/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs b/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs index cb5048a7e3da..3b71a826af5b 100644 --- a/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs +++ b/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("b2f7fb23-24cf-4e26-840e-db4360603829")] -[assembly: AssemblyVersion("6.3.0")] -[assembly: AssemblyFileVersion("6.3.0")] +[assembly: AssemblyVersion("6.3.1")] +[assembly: AssemblyFileVersion("6.3.1")] diff --git a/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs b/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs index 5baa698bba65..ab3b4aeb3d97 100644 --- a/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs +++ b/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("113AD566-7045-45C4-8D01-BCFF72F4CE7B")] -[assembly: AssemblyVersion("6.3.0")] -[assembly: AssemblyFileVersion("6.3.0")] +[assembly: AssemblyVersion("6.3.1")] +[assembly: AssemblyFileVersion("6.3.1")] diff --git a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs index de2fd1f00626..69906ad45b76 100644 --- a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs +++ b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")] -[assembly: AssemblyVersion("6.3.0")] -[assembly: AssemblyFileVersion("6.3.0")] +[assembly: AssemblyVersion("6.3.1")] +[assembly: AssemblyFileVersion("6.3.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.Test")] diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1 index baaf6505b222..e5657e0926c5 100644 --- a/src/Resources/Resources/Az.Resources.psd1 +++ b/src/Resources/Resources/Az.Resources.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.3.0' +ModuleVersion = '6.3.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -235,8 +235,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Removed unused reference to resource identifier in role assignment create cmdlet -* Exposed parameter ''-Count'' for ''Get-AzADApplication'', ''Get-AzADServicePrincipal'', ''Get-AzADGroup'' [#19476] ' + ReleaseNotes = '* Fixed NullReferenceException issue in ''New-AzRoleAssignment'' [#19793]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index 8d57df853447..52e2cd2d953e 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 6.3.1 * Fixed NullReferenceException issue in `New-AzRoleAssignment` [#19793] ## Version 6.3.0 diff --git a/src/Resources/Resources/Properties/AssemblyInfo.cs b/src/Resources/Resources/Properties/AssemblyInfo.cs index 1c57df5a5bf7..e8b5caa92596 100644 --- a/src/Resources/Resources/Properties/AssemblyInfo.cs +++ b/src/Resources/Resources/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("6.3.0")] -[assembly: AssemblyFileVersion("6.3.0")] +[assembly: AssemblyVersion("6.3.1")] +[assembly: AssemblyFileVersion("6.3.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Resources/Tags/Properties/AssemblyInfo.cs b/src/Resources/Tags/Properties/AssemblyInfo.cs index 9f4088c6896c..dcea1054bc03 100644 --- a/src/Resources/Tags/Properties/AssemblyInfo.cs +++ b/src/Resources/Tags/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("6.3.0")] -[assembly: AssemblyFileVersion("6.3.0")] +[assembly: AssemblyVersion("6.3.1")] +[assembly: AssemblyFileVersion("6.3.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/SecurityInsights/Az.SecurityInsights.psd1 b/src/SecurityInsights/Az.SecurityInsights.psd1 index 6348bed50356..bf2d356d6027 100644 --- a/src/SecurityInsights/Az.SecurityInsights.psd1 +++ b/src/SecurityInsights/Az.SecurityInsights.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.SecurityInsights.psm1' # Version number of this module. -ModuleVersion = '2.1.0' +ModuleVersion = '3.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/SecurityInsights/Changelog.md b/src/SecurityInsights/Changelog.md index 6952415823d3..506584f5890b 100644 --- a/src/SecurityInsights/Changelog.md +++ b/src/SecurityInsights/Changelog.md @@ -20,7 +20,7 @@ ## Upcoming Release -## Version 2.1.0 +## Version 3.0.0 * Changed `Az.SecurityInsights` to autorest-based module ## Version 1.1.0 diff --git a/src/SecurityInsights/Properties/AssemblyInfo.cs b/src/SecurityInsights/Properties/AssemblyInfo.cs index d620844faf65..c57de00d21cb 100644 --- a/src/SecurityInsights/Properties/AssemblyInfo.cs +++ b/src/SecurityInsights/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("587241b7-ff8a-4c31-b754-a72bce72925b")] -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("3.0.0")] +[assembly: AssemblyFileVersion("3.0.0")] diff --git a/src/ServiceBus/ServiceBus.Autorest/Properties/AssemblyInfo.cs b/src/ServiceBus/ServiceBus.Autorest/Properties/AssemblyInfo.cs index 1dec2fdf7459..1db21f777e52 100644 --- a/src/ServiceBus/ServiceBus.Autorest/Properties/AssemblyInfo.cs +++ b/src/ServiceBus/ServiceBus.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("d000fe53-b5ac-4bf0-9fd3-cac4a373b977")] -[assembly: AssemblyVersion("1.12.0")] -[assembly: AssemblyFileVersion("1.12.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 index cb9539296e7d..82ee0e99ab2a 100644 --- a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 +++ b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.12.0' +ModuleVersion = '2.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/ServiceBus/ServiceBus/ChangeLog.md b/src/ServiceBus/ServiceBus/ChangeLog.md index 845515cd173c..ebd825d12ec3 100644 --- a/src/ServiceBus/ServiceBus/ChangeLog.md +++ b/src/ServiceBus/ServiceBus/ChangeLog.md @@ -20,7 +20,7 @@ --> ## Upcoming Release -## Version 1.12.0 +## Version 2.0.0 * Most cmdlets in Az.ServiceBus module have been migrated to a new format and would witness breaking changes. Please refer our migration guide https://go.microsoft.com/fwlink/?linkid=2204584 to know breaking changes in detail. ## Version 1.11.0 diff --git a/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs b/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs index 1539714068b4..a7dfc1331d92 100644 --- a/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs +++ b/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")] -[assembly: AssemblyVersion("1.12.0")] -[assembly: AssemblyFileVersion("1.12.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs index c5dbeeb2a12e..f7b81915e2b7 100644 --- a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs +++ b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure SQL Server Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")] -[assembly: AssemblyVersion("3.12.0")] -[assembly: AssemblyFileVersion("3.12.0")] +[assembly: AssemblyVersion("4.0.0")] +[assembly: AssemblyFileVersion("4.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs b/src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs index b66bdf0d7d22..89e896a23f95 100644 --- a/src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs +++ b/src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("e4865c26-d70d-4151-ba6e-af45c4df7271")] -[assembly: AssemblyVersion("3.12.0")] -[assembly: AssemblyFileVersion("3.12.0")] +[assembly: AssemblyVersion("4.0.0")] +[assembly: AssemblyFileVersion("4.0.0")] diff --git a/src/Sql/Sql/Az.Sql.psd1 b/src/Sql/Sql/Az.Sql.psd1 index f2fc58ec9d58..865d29926d8d 100644 --- a/src/Sql/Sql/Az.Sql.psd1 +++ b/src/Sql/Sql/Az.Sql.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.12.0' +ModuleVersion = '4.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md index c95ec3212179..b09917f3139c 100644 --- a/src/Sql/Sql/ChangeLog.md +++ b/src/Sql/Sql/ChangeLog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release -## Version 3.12.0 +## Version 4.0.0 * Added new fields to the `Get-AzSqlInstanceDatabaseLogReplay` cmdlet * Improved error handling in the `Stop-AzSqlInstanceDatabaseLogReplay` cmdlet * Added StorageContainerIdentity parameter in the `Start-AzSqlInstanceDatabaseLogReplay` cmdlet diff --git a/src/Sql/Sql/Properties/AssemblyInfo.cs b/src/Sql/Sql/Properties/AssemblyInfo.cs index fa6e9b776715..d01c78dcdf65 100644 --- a/src/Sql/Sql/Properties/AssemblyInfo.cs +++ b/src/Sql/Sql/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.12.0")] -[assembly: AssemblyFileVersion("3.12.0")] +[assembly: AssemblyVersion("4.0.0")] +[assembly: AssemblyFileVersion("4.0.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs b/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs index e8cf688be1e2..1078ca719e01 100644 --- a/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs +++ b/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("5470d6bc-50a5-4ae1-a5ba-1109ff68c826")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1 index 2647d7cf7754..982c29ac8f87 100644 --- a/src/Storage/Storage.Management/Az.Storage.psd1 +++ b/src/Storage/Storage.Management/Az.Storage.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.10.0' +ModuleVersion = '5.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index d01912909a93..7f3f607ae468 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release -## Version 4.10.0 +## Version 5.0.0 * Migrated following Azure File dataplane cmdlets from 'Microsoft.Azure.Storage.File 11.2.2' to 'Azure.Storage.Files.Shares 12.10.0' * `Get-AzStorageFile` * `Get-AzStorageFileCopyState` diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs index 3112af404726..a2be891165f6 100644 --- a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] diff --git a/src/Storage/Storage/Properties/AssemblyInfo.cs b/src/Storage/Storage/Properties/AssemblyInfo.cs index 3f11f1dd70a7..77ec4c61928e 100644 --- a/src/Storage/Storage/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] [assembly: CLSCompliant(false)] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")] diff --git a/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs b/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs index 662f406b8c27..a46d394502c7 100644 --- a/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs +++ b/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d7a7ddc-7a46-429d-bc2a-3edcc831ca5a")] -[assembly: AssemblyVersion("1.7.0")] -[assembly: AssemblyFileVersion("1.7.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/src/Synapse/Synapse/Az.Synapse.psd1 b/src/Synapse/Synapse/Az.Synapse.psd1 index f0bd76e6acdd..def3c591e5c4 100644 --- a/src/Synapse/Synapse/Az.Synapse.psd1 +++ b/src/Synapse/Synapse/Az.Synapse.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.7.0' +ModuleVersion = '2.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md index be63e5c084ef..1de486d0da98 100644 --- a/src/Synapse/Synapse/ChangeLog.md +++ b/src/Synapse/Synapse/ChangeLog.md @@ -20,7 +20,7 @@ ## Upcoming Release -## Version 1.7.0 +## Version 2.0.0 * [Breaking Change] Updated models of Synapse Link for Azure Sql Database * Updated `New-AzSynapseWorkspace` and `Update-AzSynapseWorkspace` to support for user assigned managed identity (UAMI) by `-UserAssignedIdentityAction` and `-UserAssignedIdentityId` * Added EnablePublicNetworkAccess parameter to `New-AzureSynapseWorkspace` and `Update-AzSynapseWorkspace` diff --git a/src/Synapse/Synapse/Properties/AssemblyInfo.cs b/src/Synapse/Synapse/Properties/AssemblyInfo.cs index 5954c860c43d..f945bc8fee25 100644 --- a/src/Synapse/Synapse/Properties/AssemblyInfo.cs +++ b/src/Synapse/Synapse/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ // by using the '*' as shown below: -[assembly: AssemblyVersion("1.7.0")] -[assembly: AssemblyFileVersion("1.7.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index f681ace86e82..655994c0dd94 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/10/2022 +# Generated on: 10/15/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '9.0.0' +ModuleVersion = '9.0.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,20 +53,20 @@ DotNetFrameworkVersion = '4.7.2' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; }, - @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.2.0'; }, - @{ModuleName = 'Az.Aks'; RequiredVersion = '4.3.1'; }, + @{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.0'; }, + @{ModuleName = 'Az.Aks'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; }, - @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '3.1.0'; }, + @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.0.0'; }, @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.1.0'; }, - @{ModuleName = 'Az.Attestation'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.Attestation'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.8.0'; }, @{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.1'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.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.32.0'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '3.0.0'; }, @@ -82,7 +82,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; }, @{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.4.1'; }, - @{ModuleName = 'Az.EventHub'; RequiredVersion = '2.3.0'; }, + @{ModuleName = 'Az.EventHub'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.9.0'; }, @{ModuleName = 'Az.Functions'; RequiredVersion = '4.0.5'; }, @{ModuleName = 'Az.HDInsight'; RequiredVersion = '5.0.1'; }, @@ -95,37 +95,37 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; }, @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.0.0'; }, - @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Migrate'; RequiredVersion = '1.2.0'; }, - @{ModuleName = 'Az.Monitor'; RequiredVersion = '3.2.0'; }, + @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.0.0'; }, + @{ModuleName = 'Az.Monitor'; RequiredVersion = '4.2.0'; }, @{ModuleName = 'Az.MySql'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '4.21.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.2.0'; }, @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.5.1'; }, @{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; }, - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.7.0'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '6.0.0'; }, @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.6.0'; }, @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.Resources'; RequiredVersion = '6.3.0'; }, + @{ModuleName = 'Az.Resources'; RequiredVersion = '6.3.1'; }, @{ModuleName = 'Az.Security'; RequiredVersion = '1.3.0'; }, - @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '2.1.0'; }, - @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.12.0'; }, + @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.0.0'; }, + @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.4.1'; }, - @{ModuleName = 'Az.Sql'; RequiredVersion = '3.12.0'; }, + @{ModuleName = 'Az.Sql'; RequiredVersion = '4.0.0'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.StackHCI'; RequiredVersion = '1.3.1'; }, - @{ModuleName = 'Az.Storage'; RequiredVersion = '4.10.0'; }, + @{ModuleName = 'Az.Storage'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.7.0'; }, @{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Synapse'; RequiredVersion = '1.7.0'; }, + @{ModuleName = 'Az.Synapse'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Websites'; RequiredVersion = '2.11.4'; }) @@ -183,7 +183,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '9.0.0 - October 2022 + ReleaseNotes = '9.0.1 - October 2022 Az.Accounts * Upgraded Azure.Core to 1.25.0 and Azure.Identity to 1.6.1 * Upgraded Microsoft.Identity.Client to 4.46.2 and Microsoft.Identity.Client.Extensions.Msal to 2.23.0 @@ -266,8 +266,7 @@ Az.RecoveryServices * [Breaking Change] Removed status filter from Get-AzRecoveryServicesBackupContainer command * Added SubTasks Duration for IaasVM job Az.Resources -* Removed unused reference to resource identifier in role assignment create cmdlet -* Exposed parameter ''-Count'' for ''Get-AzADApplication'', ''Get-AzADServicePrincipal'', ''Get-AzADGroup'' [#19476] +* Fixed NullReferenceException issue in ''New-AzRoleAssignment'' [#19793] Az.SecurityInsights * Changed ''Az.SecurityInsights'' to autorest-based module Az.ServiceBus diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index de3e093a3a5b..3eef1fbb0232 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '9.0.0' +ModuleVersion = '9.0.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -54,15 +54,15 @@ DotNetFrameworkVersion = '4.7.2' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; }, @{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.2.0'; }, - @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.2.0'; }, - @{ModuleName = 'Az.Aks'; RequiredVersion = '4.3.1'; }, + @{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.0'; }, + @{ModuleName = 'Az.Aks'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'Az.AlertsManagement'; RequiredVersion = '0.4.1'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; }, - @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '3.1.0'; }, + @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.0.0'; }, @{ModuleName = 'Az.App'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.1.0'; }, - @{ModuleName = 'Az.Attestation'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.Attestation'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Automanage'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.8.0'; }, @{ModuleName = 'Az.BareMetal'; RequiredVersion = '0.1.0'; }, @@ -75,7 +75,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; }, @{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.32.0'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.4.0'; }, @@ -114,7 +114,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; }, @{ModuleName = 'Az.Elastic'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.ElasticSan'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.4.1'; }, - @{ModuleName = 'Az.EventHub'; RequiredVersion = '2.3.0'; }, + @{ModuleName = 'Az.EventHub'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.FluidRelay'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.9.0'; }, @{ModuleName = 'Az.Functions'; RequiredVersion = '4.0.5'; }, @@ -143,15 +143,15 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; }, @{ModuleName = 'Az.Maps'; RequiredVersion = '0.8.0'; }, @{ModuleName = 'Az.MariaDb'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.Marketplace'; RequiredVersion = '0.3.0'; }, - @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Migrate'; RequiredVersion = '1.2.0'; }, + @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.MixedReality'; RequiredVersion = '0.1.4'; }, - @{ModuleName = 'Az.Monitor'; RequiredVersion = '3.2.0'; }, + @{ModuleName = 'Az.Monitor'; RequiredVersion = '4.2.0'; }, @{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.MySql'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.10.0'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '4.21.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.1.1'; }, @{ModuleName = 'Az.Nginx'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, @@ -166,33 +166,33 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; }, @{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.7.0'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '6.0.0'; }, @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.6.0'; }, @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.Reservations'; RequiredVersion = '0.11.0'; }, @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '0.13.0'; }, @{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.Resources'; RequiredVersion = '6.3.0'; }, + @{ModuleName = 'Az.Resources'; RequiredVersion = '6.3.1'; }, @{ModuleName = 'Az.Search'; RequiredVersion = '0.8.0'; }, @{ModuleName = 'Az.Security'; RequiredVersion = '1.3.0'; }, - @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '2.1.0'; }, - @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.12.0'; }, + @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.0.0'; }, + @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '2.0.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.3.0'; }, - @{ModuleName = 'Az.Sql'; RequiredVersion = '3.12.0'; }, + @{ModuleName = 'Az.Sql'; RequiredVersion = '4.0.0'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Ssh'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.StackHCI'; RequiredVersion = '1.3.1'; }, - @{ModuleName = 'Az.Storage'; RequiredVersion = '4.10.0'; }, + @{ModuleName = 'Az.Storage'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'Az.StorageMover'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.7.0'; }, @{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Subscription'; RequiredVersion = '0.8.1'; }, @{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Synapse'; RequiredVersion = '1.7.0'; }, + @{ModuleName = 'Az.Synapse'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.TimeSeriesInsights'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.VMware'; RequiredVersion = '0.5.0'; }, diff --git a/tools/Docs/az-ps-latest.csv b/tools/Docs/az-ps-latest.csv index 2d196b8589df..56c02efc42a5 100644 --- a/tools/Docs/az-ps-latest.csv +++ b/tools/Docs/az-ps-latest.csv @@ -1,14 +1,14 @@ pac0,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Accounts,2.10.2 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.2.0 -pac3,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Aks,4.3.1 +pac2,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Advisor,2.0.0 +pac3,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Aks,5.0.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.1.0 +pac6,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ApiManagement,4.0.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.2.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.1.0 +pac10,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Attestation,2.0.0 pac11,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Automanage,0.1.0 pac12,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Automation,1.8.0 pac13,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.BareMetal,0.1.0 @@ -21,7 +21,7 @@ pac19,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ChangeA pac20,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CloudService,1.1.0 pac21,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CognitiveServices,1.11.0 pac22,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Communication,0.2.0 -pac23,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Compute,4.32.0 +pac23,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Compute,5.0.0 pac24,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConfidentialLedger,1.0.0 pac25,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Confluent,0.2.0 pac26,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedKubernetes,0.4.0 @@ -60,7 +60,7 @@ pac58,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EdgeOrd pac59,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Elastic,0.1.0 pac60,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ElasticSan,0.1.0 pac61,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EventGrid,1.4.1 -pac62,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EventHub,2.3.0 +pac62,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EventHub,3.0.0 pac63,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.FluidRelay,0.1.0 pac64,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.FrontDoor,1.9.0 pac65,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Functions,4.0.5 @@ -89,15 +89,15 @@ pac87,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Managem pac88,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Maps,0.8.0 pac89,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MariaDb,0.2.0 pac90,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Marketplace,0.3.0 -pac91,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MarketplaceOrdering,1.1.0 +pac91,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MarketplaceOrdering,2.0.0 pac92,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Media,1.1.1 -pac93,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Migrate,1.2.0 +pac93,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Migrate,2.0.0 pac94,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MixedReality,0.1.4 -pac95,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Monitor,3.2.0 +pac95,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Monitor,4.2.0 pac96,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MonitoringSolutions,0.1.0 pac97,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MySql,1.1.0 pac98,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.NetAppFiles,0.10.0 -pac99,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Network,4.21.0 +pac99,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Network,5.0.0 pac100,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.NetworkFunction,0.1.1 pac101,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Nginx,0.1.0 pac102,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.NotificationHubs,1.1.1 @@ -112,33 +112,33 @@ pac110,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Privat pac111,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ProviderHub,0.2.0 pac112,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Purview,0.2.0 pac113,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Quota,0.1.0 -pac114,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RecoveryServices,5.7.0 +pac114,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RecoveryServices,6.0.0 pac115,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RedisCache,1.6.0 pac116,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RedisEnterpriseCache,1.1.0 pac117,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Relay,1.0.3 pac118,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Reservations,0.11.0 pac119,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ResourceGraph,0.13.0 pac120,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ResourceMover,1.1.0 -pac121,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Resources,6.3.0 +pac121,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Resources,6.3.1 pac122,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Search,0.8.0 pac123,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Security,1.3.0 -pac124,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SecurityInsights,2.1.0 -pac125,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceBus,1.12.0 +pac124,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SecurityInsights,3.0.0 +pac125,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceBus,2.0.0 pac126,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceFabric,3.1.0 pac127,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceLinker,0.1.0 pac128,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SignalR,1.4.1 pac129,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SpringCloud,0.3.0 -pac130,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Sql,3.12.0 +pac130,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Sql,4.0.0 pac131,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SqlVirtualMachine,1.1.0 pac132,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Ssh,0.1.0 pac133,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StackHCI,1.3.1 -pac134,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Storage,4.10.0 +pac134,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Storage,5.0.0 pac135,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StorageMover,0.1.0 pac136,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StorageSync,1.7.0 pac137,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StreamAnalytics,2.0.0 pac138,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Subscription,0.8.1 pac139,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Support,1.0.0 -pac140,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Synapse,1.7.0 +pac140,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Synapse,2.0.0 pac141,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.TimeSeriesInsights,0.2.0 pac142,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.TrafficManager,1.1.0 pac143,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.VMware,0.5.0 diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Advisor.json b/tools/Tools.Common/SerializedCmdlets/Az.Advisor.json index 8a81f54f4e83..303d5d33e2eb 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Advisor.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Advisor.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Advisor", - "ModuleVersion": "1.2.0", + "ModuleVersion": "2.0.0", "Cmdlets": [ { "VerbName": "Disable", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExposedMetadataProperty": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExposedMetadataProperties", "ExtendedProperty": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExtendedProperties", @@ -83,7 +83,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", "Id": "System.String", @@ -133,7 +133,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143,7 +143,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -266,7 +266,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -282,7 +282,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -413,7 +413,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -429,7 +429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -575,7 +575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -591,7 +591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -657,7 +657,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", "Id": "System.String", @@ -747,7 +747,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -763,7 +763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -836,7 +836,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExposedMetadataProperty": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExposedMetadataProperties", "ExtendedProperty": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExtendedProperties", @@ -903,7 +903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", "Id": "System.String", @@ -944,7 +944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -954,7 +954,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1062,7 +1062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1078,7 +1078,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1194,7 +1194,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1210,7 +1210,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1341,7 +1341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1357,7 +1357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1423,7 +1423,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", "Id": "System.String", @@ -1498,7 +1498,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1514,7 +1514,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1587,7 +1587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Digest": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig[]", "LowCpuThreshold": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold]", @@ -1646,7 +1646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1656,7 +1656,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1749,7 +1749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1765,7 +1765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1896,7 +1896,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1912,7 +1912,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1985,7 +1985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExposedMetadataProperty": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExposedMetadataProperties", "ExtendedProperty": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExtendedProperties", @@ -2079,7 +2079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", "Id": "System.String", @@ -2129,7 +2129,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2139,7 +2139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2262,7 +2262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2278,7 +2278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2424,7 +2424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2440,7 +2440,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2571,7 +2571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2587,7 +2587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2717,7 +2717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2733,7 +2733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2799,7 +2799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", "Id": "System.String", @@ -2858,7 +2858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2874,7 +2874,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2974,7 +2974,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2990,7 +2990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3063,7 +3063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Digest": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig[]", "LowCpuThreshold": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold]", @@ -3099,7 +3099,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", "Id": "System.String", @@ -3127,7 +3127,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3158,7 +3158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3168,7 +3168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3290,7 +3290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3306,7 +3306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3387,7 +3387,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3451,7 +3451,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3467,7 +3467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3533,7 +3533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", "Id": "System.String", @@ -3558,7 +3558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3622,7 +3622,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3638,7 +3638,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3753,7 +3753,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3769,7 +3769,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3875,43 +3875,43 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExposedMetadataProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExposedMetadataProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExposedMetadataProperties, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExposedMetadataProperties, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExtendedProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExtendedProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExtendedProperties, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesExtendedProperties, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesMetadata": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesMetadata, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesMetadata, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesRemediation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesRemediation, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IRecommendationPropertiesRemediation, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceMetadataAction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceMetadataAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceMetadataAction, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceMetadataAction, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem" }, "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category" ] @@ -3919,7 +3919,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -4002,7 +4002,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact" ] @@ -4010,7 +4010,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -4075,7 +4075,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk" ] @@ -4083,7 +4083,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -4167,7 +4167,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName" ] @@ -4175,7 +4175,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -4240,7 +4240,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.SendAsyncStep, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -4418,13 +4418,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig" }, "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Category": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState]", @@ -4437,13 +4437,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[], Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState" ] @@ -4451,7 +4451,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.DigestConfigState, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -4524,7 +4524,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold" ] @@ -4532,7 +4532,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold, Az.Advisor.private, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Aks.json b/tools/Tools.Common/SerializedCmdlets/Az.Aks.json index 1434ac82f312..17a5ecd513c6 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.3.1", + "ModuleVersion": "5.0.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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -165,7 +165,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -346,7 +346,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -527,7 +527,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -694,7 +694,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -997,7 +997,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -1146,7 +1146,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -1596,7 +1596,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -1672,7 +1672,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -1842,7 +1842,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -2110,7 +2110,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -2264,7 +2264,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -2853,7 +2853,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartedAt": "System.Nullable`1[System.DateTime]", "FinishedAt": "System.Nullable`1[System.DateTime]", @@ -2904,7 +2904,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -3059,7 +3059,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -3652,7 +3652,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -6416,7 +6416,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -6507,7 +6507,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -7102,7 +7102,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -7776,7 +7776,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -7912,7 +7912,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -8394,7 +8394,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -8464,7 +8464,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -8570,7 +8570,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -8958,7 +8958,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -9197,7 +9197,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -9328,7 +9328,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -9802,7 +9802,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -12455,7 +12455,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -12600,7 +12600,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -13114,7 +13114,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasMoreData": "System.Boolean", "ChildJobs": "System.Collections.Generic.IList`1[System.Management.Automation.Job]", @@ -13306,7 +13306,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -13442,7 +13442,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -14036,7 +14036,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -14127,7 +14127,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -14171,7 +14171,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -14547,7 +14547,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -14763,7 +14763,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -15323,7 +15323,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfile, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Upgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[]", "OSType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType", @@ -15385,7 +15385,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -15426,7 +15426,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15436,7 +15436,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15577,7 +15577,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15593,7 +15593,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15659,7 +15659,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -15718,7 +15718,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15734,7 +15734,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15834,7 +15834,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15850,7 +15850,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15923,7 +15923,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterUpgradeProfile, Az.Aks.private, Version=4.3.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[]", @@ -15977,7 +15977,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -16018,7 +16018,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16028,7 +16028,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16154,7 +16154,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16170,7 +16170,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16236,7 +16236,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -16295,7 +16295,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16311,7 +16311,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16411,7 +16411,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16427,7 +16427,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16503,7 +16503,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Orchestrator": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[]", "Id": "System.String", @@ -16563,7 +16563,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16573,7 +16573,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16681,7 +16681,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16697,7 +16697,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17078,7 +17078,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -17128,7 +17128,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17138,7 +17138,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17296,7 +17296,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17312,7 +17312,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17408,7 +17408,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -17482,7 +17482,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17498,7 +17498,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17643,7 +17643,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17659,7 +17659,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17805,7 +17805,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -17855,7 +17855,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17865,7 +17865,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18023,7 +18023,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18039,7 +18039,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18135,7 +18135,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -18209,7 +18209,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18225,7 +18225,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18370,7 +18370,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18386,7 +18386,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18522,7 +18522,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ssh": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration", "AdminUsername": "System.String" @@ -18573,7 +18573,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]" }, @@ -18619,7 +18619,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=4.3.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -18627,7 +18627,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyData": "System.String" }, @@ -18678,7 +18678,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancerProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile", "NetworkPlugin": "System.String", @@ -18722,7 +18722,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedOutboundIPs": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs", "OutboundIPPrefixes": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes", @@ -18762,7 +18762,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]" }, @@ -18816,7 +18816,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPPrefixes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]" }, @@ -18853,7 +18853,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=4.3.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -18861,7 +18861,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -18898,7 +18898,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]" }, @@ -18935,7 +18935,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientId": "System.String", "Secret": "System.String" @@ -18986,7 +18986,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAppID": "System.String", "ServerAppID": "System.String", @@ -19026,7 +19026,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizedIPRanges": "System.Collections.Generic.IList`1[System.String]", "EnablePrivateCluster": "System.Nullable`1[System.Boolean]" @@ -19080,7 +19080,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradeChannel": "System.String" }, @@ -19117,7 +19117,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NoProxy": "System.Collections.Generic.IList`1[System.String]", "HttpProxy": "System.String", @@ -19157,7 +19157,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.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]", @@ -19197,7 +19197,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=4.3.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue" @@ -19206,7 +19206,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -19244,7 +19244,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=4.3.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -19252,7 +19252,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -19344,7 +19344,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]", "UserAssignedIdentityExceptions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]", @@ -19384,7 +19384,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity" ] @@ -19392,7 +19392,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity", "ProvisioningInfo": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo", @@ -19434,7 +19434,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ClientId": "System.String", @@ -19473,7 +19473,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError" }, @@ -19510,7 +19510,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody" }, @@ -19547,7 +19547,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]", "Code": "System.String", @@ -19587,7 +19587,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody" ] @@ -19595,7 +19595,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException" ] @@ -19603,7 +19603,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PodLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "NamespaceProperty": "System.String", @@ -19651,7 +19651,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdminUsername": "System.String", "AdminPassword": "System.String" @@ -19689,7 +19689,7 @@ "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.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSPowerState, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String" }, @@ -19726,7 +19726,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile" @@ -19735,7 +19735,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Config": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -19773,7 +19773,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=4.3.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile" @@ -19782,7 +19782,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ClientId": "System.String", @@ -19835,7 +19835,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=4.3.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -19843,7 +19843,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.3.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]", @@ -20176,13 +20176,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[], Az.Aks.private, Version=4.3.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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPreview": "System.Nullable`1[System.Boolean]", "KubernetesVersion": "System.String" @@ -20191,7 +20191,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20269,7 +20269,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -20442,13 +20442,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[], Az.Aks.private, Version=4.3.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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Upgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]", "OSType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType", @@ -20459,13 +20459,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[], Az.Aks.private, Version=4.3.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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPreview": "System.Nullable`1[System.Boolean]", "KubernetesVersion": "System.String" @@ -20474,13 +20474,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[], Az.Aks.private, Version=4.3.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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Upgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[]", "Default": "System.Nullable`1[System.Boolean]", @@ -20492,13 +20492,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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[], Az.Aks.private, Version=4.3.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=4.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile, Az.Aks.private, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPreview": "System.Nullable`1[System.Boolean]", "OrchestratorType": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json b/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json index 36280af0c6cd..41a8756bbbb6 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.ApiManagement", - "ModuleVersion": "3.1.0", + "ModuleVersion": "4.0.0", "Cmdlets": [ { "VerbName": "Add", @@ -29,7 +29,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -60,7 +60,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState" ] @@ -107,7 +107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -156,7 +156,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState" ] @@ -240,7 +240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -306,7 +306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -421,7 +421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -487,7 +487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -589,7 +589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -759,7 +759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -830,7 +830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -910,7 +910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -999,7 +999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -1134,7 +1134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1200,7 +1200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1302,7 +1302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -1763,7 +1763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1794,7 +1794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1856,7 +1856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1905,7 +1905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1996,7 +1996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2045,7 +2045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2098,7 +2098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -2512,7 +2512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -2586,7 +2586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2670,7 +2670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2750,7 +2750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2815,7 +2815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2880,7 +2880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2945,7 +2945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3002,7 +3002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -3063,7 +3063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3129,7 +3129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3293,7 +3293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsOnline": "System.Nullable`1[System.Boolean]", "IsCurrent": "System.Nullable`1[System.Boolean]", @@ -3345,7 +3345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3402,7 +3402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3489,7 +3489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -3549,7 +3549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3615,7 +3615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3779,7 +3779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -3841,7 +3841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3898,7 +3898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3978,7 +3978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4050,7 +4050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", "AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", @@ -4123,7 +4123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4180,7 +4180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4359,7 +4359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientSecret": "System.String" }, @@ -4404,7 +4404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4461,7 +4461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4640,7 +4640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -4706,7 +4706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4763,7 +4763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4942,7 +4942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -5003,7 +5003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5060,7 +5060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5209,7 +5209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -5270,7 +5270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5327,7 +5327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5506,7 +5506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -5570,7 +5570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5636,7 +5636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5800,7 +5800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -5859,7 +5859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5907,7 +5907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5972,7 +5972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6029,7 +6029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NegotiateClientCertificate": "System.Nullable`1[System.Boolean]", "Hostname": "System.String", @@ -6090,7 +6090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6147,7 +6147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6212,7 +6212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6292,7 +6292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6349,7 +6349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryKey": "System.String", "SecondaryKey": "System.String" @@ -6395,7 +6395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6443,7 +6443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6508,7 +6508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6565,7 +6565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType", "System": "System.Boolean", @@ -6617,7 +6617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6692,7 +6692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6772,7 +6772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6852,7 +6852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6932,7 +6932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7004,7 +7004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -7061,7 +7061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7074,7 +7074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7109,7 +7109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7159,7 +7159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7174,7 +7174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7231,7 +7231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientSecret": "System.String" }, @@ -7276,7 +7276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7289,7 +7289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7324,7 +7324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7374,7 +7374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7389,7 +7389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7446,7 +7446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType", "IsBuffered": "System.Nullable`1[System.Boolean]", @@ -7497,7 +7497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7545,7 +7545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7610,7 +7610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7667,7 +7667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -7729,7 +7729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7795,7 +7795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7860,7 +7860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7925,7 +7925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7990,7 +7990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8047,7 +8047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String" }, @@ -8092,7 +8092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8140,7 +8140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8205,7 +8205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8262,7 +8262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectivityStatus": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]", "Location": "System.String", @@ -8309,7 +8309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8412,7 +8412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8643,7 +8643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenIdConnectProviderId": "System.String", "Name": "System.String", @@ -8696,7 +8696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8753,7 +8753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8818,7 +8818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8883,7 +8883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8940,7 +8940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientSecret": "System.String" }, @@ -8985,7 +8985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9033,7 +9033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9098,7 +9098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9155,7 +9155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", @@ -9211,7 +9211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9277,7 +9277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9357,7 +9357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9452,7 +9452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9522,7 +9522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9624,7 +9624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9734,7 +9734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9859,7 +9859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9999,7 +9999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10101,7 +10101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState", "SubscriptionRequired": "System.Nullable`1[System.Boolean]", @@ -10156,7 +10156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10222,7 +10222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10287,7 +10287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10352,7 +10352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10417,7 +10417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10487,7 +10487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -10581,7 +10581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -10767,7 +10767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -10839,7 +10839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10914,7 +10914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10979,7 +10979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11059,7 +11059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11124,7 +11124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11189,7 +11189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11254,7 +11254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11311,7 +11311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryKey": "System.String", "SecondaryKey": "System.String" @@ -11357,7 +11357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11405,7 +11405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11470,7 +11470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11527,7 +11527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -11575,7 +11575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11614,7 +11614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11671,7 +11671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -11719,7 +11719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11758,7 +11758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11815,7 +11815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -11863,7 +11863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11902,7 +11902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11959,7 +11959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -12007,7 +12007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12046,7 +12046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12103,7 +12103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsExport": "System.Boolean", "IsSynced": "System.Boolean", @@ -12154,7 +12154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12193,7 +12193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12250,7 +12250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", "Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12305,7 +12305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12345,7 +12345,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState" ] @@ -12401,7 +12401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12466,7 +12466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12546,7 +12546,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState" ] @@ -12594,7 +12594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12664,7 +12664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12712,7 +12712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12784,7 +12784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -12858,7 +12858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12889,7 +12889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12943,7 +12943,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType" ] @@ -12955,7 +12955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -13018,7 +13018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -13067,7 +13067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13127,7 +13127,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType" ] @@ -13145,7 +13145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -13252,7 +13252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -13301,7 +13301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13361,7 +13361,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType" ] @@ -13379,7 +13379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -13486,7 +13486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -13535,7 +13535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13595,7 +13595,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType" ] @@ -13613,7 +13613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -13712,7 +13712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -13955,7 +13955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "None", @@ -13969,7 +13969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -13996,7 +13996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion" }, "ValidateNotNullOrEmpty": false @@ -14006,7 +14006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration" }, "ValidateNotNullOrEmpty": false @@ -14016,7 +14016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate" }, "ValidateNotNullOrEmpty": false @@ -14026,7 +14026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -14259,7 +14259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "None", @@ -14279,7 +14279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -14318,7 +14318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion" }, "ValidateNotNullOrEmpty": false @@ -14334,7 +14334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration" }, "ValidateNotNullOrEmpty": false @@ -14350,7 +14350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate" }, "ValidateNotNullOrEmpty": false @@ -14366,7 +14366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -14550,7 +14550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -14624,7 +14624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -14682,7 +14682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": true @@ -14900,7 +14900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -14994,7 +14994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": true @@ -15350,7 +15350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -15411,7 +15411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15486,7 +15486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15603,7 +15603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -15677,7 +15677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15761,7 +15761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15893,7 +15893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -15953,7 +15953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16037,7 +16037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16147,7 +16147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16257,7 +16257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16359,7 +16359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -16421,7 +16421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16452,7 +16452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16514,7 +16514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16563,7 +16563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16661,7 +16661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", "AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", @@ -16734,7 +16734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16819,7 +16819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "ValidateNotNullOrEmpty": false @@ -16829,7 +16829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "ValidateNotNullOrEmpty": true @@ -16839,7 +16839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "ValidateNotNullOrEmpty": true @@ -16879,7 +16879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "ValidateNotNullOrEmpty": true @@ -16933,7 +16933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -17072,7 +17072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "ValidateNotNullOrEmpty": false @@ -17088,7 +17088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "ValidateNotNullOrEmpty": true @@ -17104,7 +17104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "ValidateNotNullOrEmpty": true @@ -17168,7 +17168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "ValidateNotNullOrEmpty": true @@ -17252,7 +17252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -17318,7 +17318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -17413,7 +17413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -17428,7 +17428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -17441,7 +17441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -17484,7 +17484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -17633,7 +17633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -17654,7 +17654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -17673,7 +17673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -17734,7 +17734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -17994,7 +17994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -18152,7 +18152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -18420,7 +18420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -18481,7 +18481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18565,7 +18565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18697,7 +18697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -18758,7 +18758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18808,7 +18808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -18848,7 +18848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18897,7 +18897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -18963,7 +18963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -19012,7 +19012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -19079,7 +19079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -19128,7 +19128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -19186,7 +19186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -19430,7 +19430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", @@ -19494,7 +19494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19539,7 +19539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -19621,7 +19621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19636,7 +19636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -19732,7 +19732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19853,7 +19853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19974,7 +19974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20133,7 +20133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -20197,7 +20197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20246,7 +20246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -20259,7 +20259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -20272,7 +20272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -20311,7 +20311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20390,7 +20390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -20409,7 +20409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -20428,7 +20428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -20485,7 +20485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -20544,7 +20544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20575,7 +20575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -20616,7 +20616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20665,7 +20665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -20724,7 +20724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NegotiateClientCertificate": "System.Nullable`1[System.Boolean]", "Hostname": "System.String", @@ -20785,7 +20785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20869,7 +20869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21001,7 +21001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType", "System": "System.Boolean", @@ -21053,7 +21053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21093,7 +21093,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType" ] @@ -21140,7 +21140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21204,7 +21204,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType" ] @@ -21275,7 +21275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -21441,7 +21441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -21498,7 +21498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21511,7 +21511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21628,7 +21628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21647,7 +21647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21836,7 +21836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -21995,7 +21995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType", "IsBuffered": "System.Nullable`1[System.Boolean]", @@ -22046,7 +22046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22142,7 +22142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22270,7 +22270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22365,7 +22365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22452,7 +22452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -22514,7 +22514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22573,7 +22573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -22613,7 +22613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22708,7 +22708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -22766,7 +22766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenIdConnectProviderId": "System.String", "Name": "System.String", @@ -22819,7 +22819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22912,7 +22912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -23059,7 +23059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", @@ -23115,7 +23115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -23191,7 +23191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "ValidateNotNullOrEmpty": false @@ -23201,7 +23201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -23216,7 +23216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "ValidateNotNullOrEmpty": false @@ -23252,7 +23252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -23376,7 +23376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "ValidateNotNullOrEmpty": false @@ -23392,7 +23392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -23413,7 +23413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "ValidateNotNullOrEmpty": false @@ -23467,7 +23467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -23513,7 +23513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -23526,7 +23526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -23565,7 +23565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -23584,7 +23584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -23641,7 +23641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState", "SubscriptionRequired": "System.Nullable`1[System.Boolean]", @@ -23696,7 +23696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -23781,7 +23781,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState" ] @@ -23819,7 +23819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -23952,7 +23952,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState" ] @@ -24008,7 +24008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", "Capacity": "System.Int32", @@ -24084,7 +24084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -24188,7 +24188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -24295,7 +24295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -24503,7 +24503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -24667,7 +24667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -24875,7 +24875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -24947,7 +24947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25032,7 +25032,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -25070,7 +25070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25164,7 +25164,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -25243,7 +25243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25337,7 +25337,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -25416,7 +25416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25510,7 +25510,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -25566,7 +25566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "EncodedCertificate": "System.String", @@ -25758,7 +25758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", "Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25813,7 +25813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25871,7 +25871,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState" ] @@ -25918,7 +25918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26012,7 +26012,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState" ] @@ -26083,7 +26083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType", "TokenExpiry": "System.DateTime", @@ -26131,7 +26131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26153,7 +26153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26200,7 +26200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26234,7 +26234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26305,7 +26305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -26440,7 +26440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody", "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState", @@ -26499,7 +26499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26574,7 +26574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26853,7 +26853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26910,7 +26910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27010,7 +27010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27076,7 +27076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27191,7 +27191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27257,7 +27257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27372,7 +27372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27385,7 +27385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -27457,7 +27457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27552,7 +27552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -27689,7 +27689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27720,7 +27720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -27796,7 +27796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27891,7 +27891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -28050,7 +28050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28081,7 +28081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -28143,7 +28143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28238,7 +28238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -28435,7 +28435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28448,7 +28448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -28521,7 +28521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28601,7 +28601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -28800,7 +28800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28857,7 +28857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28957,7 +28957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29014,7 +29014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29114,7 +29114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29136,7 +29136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -29199,7 +29199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29279,7 +29279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -29477,7 +29477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29534,7 +29534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29634,7 +29634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29665,7 +29665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -29731,7 +29731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29826,7 +29826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -30027,7 +30027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30049,7 +30049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -30110,7 +30110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30190,7 +30190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -30386,7 +30386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30417,7 +30417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NegotiateClientCertificate": "System.Nullable`1[System.Boolean]", "Hostname": "System.String", @@ -30480,7 +30480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30575,7 +30575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NegotiateClientCertificate": "System.Nullable`1[System.Boolean]", "Hostname": "System.String", @@ -30773,7 +30773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30830,7 +30830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30930,7 +30930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30943,7 +30943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -30987,7 +30987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31006,7 +31006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31087,7 +31087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31144,7 +31144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31244,7 +31244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31301,7 +31301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31401,7 +31401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31458,7 +31458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31558,7 +31558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31633,7 +31633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31763,7 +31763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31838,7 +31838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31918,7 +31918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31998,7 +31998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32093,7 +32093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32178,7 +32178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32244,7 +32244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32359,7 +32359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32425,7 +32425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32527,7 +32527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -32697,7 +32697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -32782,7 +32782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -32904,7 +32904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32926,7 +32926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -33000,7 +33000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33080,7 +33080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -33116,7 +33116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33211,7 +33211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33311,7 +33311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33377,7 +33377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33492,7 +33492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33558,7 +33558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33660,7 +33660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -34108,7 +34108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody", "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState", @@ -34167,7 +34167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -34233,7 +34233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -34335,7 +34335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -34505,7 +34505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -34618,7 +34618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -34773,7 +34773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -34847,7 +34847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -34869,7 +34869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -34946,7 +34946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -35118,7 +35118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -35212,7 +35212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -35485,7 +35485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -35592,7 +35592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -35925,7 +35925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -36205,7 +36205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -36276,7 +36276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -36359,7 +36359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -36381,7 +36381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -36458,7 +36458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -36645,7 +36645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -36739,7 +36739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -37012,7 +37012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -37119,7 +37119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -37452,7 +37452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -37732,7 +37732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -37792,7 +37792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -37823,7 +37823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -37912,7 +37912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -38052,7 +38052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -38371,7 +38371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -38433,7 +38433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -38446,7 +38446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -38484,7 +38484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -38555,7 +38555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -38604,7 +38604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -38710,7 +38710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -38751,7 +38751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -38872,7 +38872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -38985,7 +38985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", "AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", @@ -39058,7 +39058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -39143,7 +39143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "ValidateNotNullOrEmpty": false @@ -39153,7 +39153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "ValidateNotNullOrEmpty": true @@ -39163,7 +39163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "ValidateNotNullOrEmpty": true @@ -39203,7 +39203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "ValidateNotNullOrEmpty": true @@ -39266,7 +39266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -39405,7 +39405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "ValidateNotNullOrEmpty": false @@ -39421,7 +39421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "ValidateNotNullOrEmpty": true @@ -39437,7 +39437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "ValidateNotNullOrEmpty": true @@ -39501,7 +39501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "ValidateNotNullOrEmpty": true @@ -39600,7 +39600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -39666,7 +39666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -39688,7 +39688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -39785,7 +39785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -39800,7 +39800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -39813,7 +39813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -39865,7 +39865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -40014,7 +40014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -40035,7 +40035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -40054,7 +40054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -40123,7 +40123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -40268,7 +40268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -40289,7 +40289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -40308,7 +40308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -40492,7 +40492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -40513,7 +40513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -40532,7 +40532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -40608,7 +40608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -40669,7 +40669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -40728,7 +40728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -40768,7 +40768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -40832,7 +40832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -40898,7 +40898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -40962,7 +40962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -41029,7 +41029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -41093,7 +41093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -41151,7 +41151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -41215,7 +41215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -41237,7 +41237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -41295,7 +41295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -41308,7 +41308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41321,7 +41321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41369,7 +41369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -41448,7 +41448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -41467,7 +41467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41486,7 +41486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41551,7 +41551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -41609,7 +41609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -41628,7 +41628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41647,7 +41647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41757,7 +41757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -41776,7 +41776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41795,7 +41795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41890,7 +41890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -41909,7 +41909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -41928,7 +41928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -42000,7 +42000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType", "System": "System.Boolean", @@ -42052,7 +42052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42127,7 +42127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42244,7 +42244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -42301,7 +42301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42314,7 +42314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42323,7 +42323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -42464,7 +42464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42483,7 +42483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42680,7 +42680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -43081,7 +43081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType", "IsBuffered": "System.Nullable`1[System.Boolean]", @@ -43132,7 +43132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43234,7 +43234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43374,7 +43374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43484,7 +43484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43586,7 +43586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -43648,7 +43648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43745,7 +43745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43896,7 +43896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenIdConnectProviderId": "System.String", "Name": "System.String", @@ -43949,7 +43949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44051,7 +44051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44213,7 +44213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", @@ -44269,7 +44269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44345,7 +44345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "ValidateNotNullOrEmpty": false @@ -44355,7 +44355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -44370,7 +44370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "ValidateNotNullOrEmpty": false @@ -44415,7 +44415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44539,7 +44539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "ValidateNotNullOrEmpty": false @@ -44555,7 +44555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -44576,7 +44576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "ValidateNotNullOrEmpty": false @@ -44658,7 +44658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44778,7 +44778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44918,7 +44918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45073,7 +45073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45243,7 +45243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45375,7 +45375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState", "SubscriptionRequired": "System.Nullable`1[System.Boolean]", @@ -45430,7 +45430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45515,7 +45515,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState" ] @@ -45562,7 +45562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45695,7 +45695,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState" ] @@ -45766,7 +45766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -45838,7 +45838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45860,7 +45860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -45935,7 +45935,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -46003,7 +46003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -46112,7 +46112,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -46209,7 +46209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -46320,7 +46320,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -46492,7 +46492,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -46596,7 +46596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -46644,7 +46644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -46701,7 +46701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -46788,7 +46788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", "Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -46843,7 +46843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -46901,7 +46901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -46954,7 +46954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -47048,7 +47048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -47131,7 +47131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -47187,7 +47187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -47206,7 +47206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -47298,7 +47298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -47323,7 +47323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -47418,7 +47418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -47479,7 +47479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -47519,7 +47519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -47573,7 +47573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -47744,7 +47744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -47837,7 +47837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -47898,7 +47898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -47920,7 +47920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -48019,7 +48019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -48159,7 +48159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -48524,7 +48524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -48583,7 +48583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -48605,7 +48605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -48640,7 +48640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -48690,7 +48690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -48739,7 +48739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -48806,7 +48806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -48844,7 +48844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -48941,7 +48941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -49023,7 +49023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -49097,7 +49097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -49267,7 +49267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -49344,7 +49344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -49415,7 +49415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -49516,7 +49516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -49656,7 +49656,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49891,7 +49891,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", @@ -49938,7 +49938,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -49982,7 +49982,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50077,13 +50077,13 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration" }, "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentity": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]", "PrincipalId": "System.String", @@ -50123,7 +50123,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation" @@ -50132,7 +50132,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -50166,7 +50166,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -50211,13 +50211,13 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate" }, "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "EncodedCertificate": "System.String", @@ -50257,7 +50257,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -50301,7 +50301,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50388,7 +50388,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion" ] @@ -50396,7 +50396,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", "Capacity": "System.Int32", @@ -50663,13 +50663,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50756,7 +50756,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50843,13 +50843,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50936,13 +50936,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -51029,13 +51029,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -51122,13 +51122,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -51215,7 +51215,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -51255,7 +51255,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scheme": "System.String", "Parameter": "System.String" @@ -51301,7 +51301,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -51344,7 +51344,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -51408,7 +51408,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -51447,7 +51447,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode", "TimeStampUtc": "System.DateTime", @@ -51486,7 +51486,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -51573,7 +51573,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -51611,7 +51611,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -51649,7 +51649,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BodyBytesToLog": "System.Nullable`1[System.Int32]" }, @@ -51686,7 +51686,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -51732,7 +51732,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -51772,7 +51772,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -51859,7 +51859,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -51946,7 +51946,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -52033,13 +52033,13 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus" }, "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastUpdated": "System.DateTime", "LastStatusChange": "System.DateTime", @@ -52082,13 +52082,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Required": "System.Boolean", "Name": "System.String", @@ -52130,7 +52130,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -52170,13 +52170,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FormParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Examples": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[]", @@ -52217,13 +52217,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Object", "Summary": "System.String", @@ -52263,13 +52263,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Representations": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]", "StatusCode": "System.Int32", @@ -52308,7 +52308,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -52395,7 +52395,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -52482,7 +52482,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -52569,7 +52569,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -52656,7 +52656,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -52743,7 +52743,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]", "Message": "System.String", @@ -52791,13 +52791,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -52845,7 +52845,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Attestation.json b/tools/Tools.Common/SerializedCmdlets/Az.Attestation.json index d432fde049e9..2a89f1767cb5 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Attestation.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Attestation.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Attestation", - "ModuleVersion": "1.1.0", + "ModuleVersion": "2.0.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Attestation.Models", "Name": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateCount": "System.Int32", "Jwt": "System.String", @@ -323,7 +323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Attestation.Models", "Name": "Microsoft.Azure.Commands.Attestation.Models.PSPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicy, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicy, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TextLength": "System.Int32", "JwtLength": "System.Int32", @@ -724,7 +724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Attestation.Models", "Name": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateCount": "System.Int32", "Jwt": "System.String", @@ -1056,7 +1056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Attestation.Models", "Name": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateCount": "System.Int32", "Jwt": "System.String", @@ -2163,7 +2163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]", @@ -2185,7 +2185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType]", @@ -2226,7 +2226,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -2265,7 +2265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2275,7 +2275,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2383,7 +2383,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2399,7 +2399,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2515,7 +2515,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2531,7 +2531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2597,7 +2597,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -2654,7 +2654,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2670,7 +2670,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2770,7 +2770,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2786,7 +2786,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2859,7 +2859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]", @@ -2881,7 +2881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType]", @@ -2934,7 +2934,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -2973,7 +2973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2983,7 +2983,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3109,7 +3109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3125,7 +3125,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3256,7 +3256,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3272,7 +3272,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3388,7 +3388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3404,7 +3404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3470,7 +3470,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -3527,7 +3527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3543,7 +3543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3643,7 +3643,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3659,7 +3659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3732,7 +3732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]", @@ -3836,7 +3836,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3846,7 +3846,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4016,7 +4016,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4032,7 +4032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4148,7 +4148,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -4187,7 +4187,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4197,7 +4197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4331,7 +4331,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4347,7 +4347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4428,7 +4428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -4485,7 +4485,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4501,7 +4501,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4616,7 +4616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4632,7 +4632,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4720,7 +4720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]", @@ -4775,7 +4775,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -4823,7 +4823,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4833,7 +4833,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4973,7 +4973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4989,7 +4989,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5055,7 +5055,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -5127,7 +5127,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5143,7 +5143,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5258,7 +5258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5274,7 +5274,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5529,13 +5529,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection" }, "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState]", "PrivateLinkServiceConnectionStateStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus]", @@ -5547,7 +5547,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState, Az.Attestation.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.Attestation.Support.PrivateEndpointConnectionProvisioningState" ] @@ -5555,7 +5555,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -5633,7 +5633,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus, Az.Attestation.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.Attestation.Support.PrivateEndpointServiceConnectionStatus" ] @@ -5641,7 +5641,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -5706,7 +5706,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus, Az.Attestation.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.Attestation.Support.AttestationServiceStatus" ] @@ -5714,7 +5714,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -5779,7 +5779,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType, Az.Attestation.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.Attestation.Support.CreatedByType" ] @@ -5787,7 +5787,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -5865,13 +5865,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[], Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider" }, "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]", @@ -5888,7 +5888,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep, Az.Attestation.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json index c6fe64b55458..a626ad79a0e4 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.32.0", + "ModuleVersion": "5.0.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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalFilePath": "System.IO.FileInfo", "DestinationUri": "System.Uri" @@ -1084,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -1170,7 +1170,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -1270,7 +1270,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -1397,7 +1397,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -1477,7 +1477,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -1551,7 +1551,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -1747,7 +1747,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -1981,7 +1981,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -2358,7 +2358,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -2441,7 +2441,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -2491,7 +2491,7 @@ "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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]", "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]", @@ -2552,7 +2552,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -2608,7 +2608,7 @@ "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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]", "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]", @@ -2699,7 +2699,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -2785,7 +2785,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -2907,7 +2907,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -3046,7 +3046,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -3219,7 +3219,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -3305,7 +3305,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -3414,7 +3414,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -3556,7 +3556,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3630,7 +3630,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3742,7 +3742,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3896,7 +3896,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3970,7 +3970,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4139,7 +4139,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4392,7 +4392,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4466,7 +4466,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4594,7 +4594,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4776,7 +4776,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4850,7 +4850,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5014,7 +5014,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5256,7 +5256,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", @@ -5314,7 +5314,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", @@ -5339,7 +5339,7 @@ "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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]", "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]", @@ -5400,7 +5400,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", @@ -5431,7 +5431,7 @@ "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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]", "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]", @@ -5522,7 +5522,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -5608,7 +5608,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -5705,7 +5705,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -5829,7 +5829,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5903,7 +5903,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6059,7 +6059,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6287,7 +6287,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.31.0.0, Culture=neutral, PublicKeyToken=null]], 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.31.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" ] @@ -6450,7 +6450,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -7056,7 +7056,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -7351,7 +7351,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7425,7 +7425,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7511,7 +7511,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7627,7 +7627,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7701,7 +7701,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7786,7 +7786,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7901,7 +7901,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -7972,7 +7972,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -8108,7 +8108,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -8310,7 +8310,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8384,7 +8384,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8472,7 +8472,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8590,7 +8590,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -8827,7 +8827,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -9185,7 +9185,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -9507,7 +9507,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -9970,7 +9970,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -10409,7 +10409,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -10590,7 +10590,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -10818,7 +10818,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -11129,7 +11129,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -11275,7 +11275,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -11506,7 +11506,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -11762,7 +11762,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -12100,7 +12100,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile", @@ -12579,7 +12579,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -13081,7 +13081,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -13722,7 +13722,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -14063,7 +14063,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -14346,7 +14346,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -14574,7 +14574,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent", @@ -15215,7 +15215,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView", @@ -15432,7 +15432,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -15598,7 +15598,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -15819,7 +15819,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -16073,7 +16073,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -16153,7 +16153,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -16264,7 +16264,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.31.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16446,7 +16446,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.31.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16788,7 +16788,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -17029,7 +17029,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -17273,7 +17273,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -17530,7 +17530,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -17610,7 +17610,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -18009,7 +18009,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -18484,7 +18484,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -18724,7 +18724,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -18957,7 +18957,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -19230,7 +19230,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -19330,7 +19330,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -19543,7 +19543,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -19652,7 +19652,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -19741,7 +19741,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -19893,7 +19893,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -20018,7 +20018,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -20121,7 +20121,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -20349,7 +20349,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -20519,7 +20519,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -20569,7 +20569,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]", @@ -20811,7 +20811,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -20974,7 +20974,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -21025,7 +21025,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", "OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", @@ -21503,7 +21503,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Offer": "System.String", @@ -21690,7 +21690,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -21828,7 +21828,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Skus": "System.String", @@ -22040,7 +22040,7 @@ "Type": { "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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView", "Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource", @@ -22260,7 +22260,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -22454,7 +22454,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MemoryInMB": "System.Int32", "NumberOfCores": "System.Int32", @@ -22774,7 +22774,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -22971,7 +22971,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -23363,7 +23363,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", "EncryptionEnabled": "System.Boolean", @@ -23558,7 +23558,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -23760,7 +23760,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", "Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", @@ -23956,7 +23956,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -24342,7 +24342,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", "DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", @@ -24562,7 +24562,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", "StatusCode": "System.Net.HttpStatusCode", @@ -24700,7 +24700,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessSAS": "System.String" }, @@ -24981,7 +24981,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessSAS": "System.String" }, @@ -25262,7 +25262,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -25351,7 +25351,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -26226,7 +26226,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -26439,7 +26439,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -26717,7 +26717,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -26799,7 +26799,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -27024,7 +27024,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -27183,7 +27183,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -27444,7 +27444,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -27567,7 +27567,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -28021,7 +28021,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -28190,7 +28190,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -28319,7 +28319,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -28773,7 +28773,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -28930,7 +28930,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -29291,7 +29291,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -29647,7 +29647,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -29916,7 +29916,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -30019,7 +30019,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -30136,7 +30136,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -30290,7 +30290,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -30508,7 +30508,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -30659,7 +30659,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -31096,7 +31096,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -31608,7 +31608,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -31689,7 +31689,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -31784,7 +31784,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -31913,7 +31913,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -32256,7 +32256,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -32464,7 +32464,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -32651,7 +32651,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -33006,7 +33006,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -33250,7 +33250,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile", @@ -33804,7 +33804,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -34984,7 +34984,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -35691,7 +35691,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -36196,7 +36196,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -36676,7 +36676,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -36752,7 +36752,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -36842,7 +36842,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -36969,7 +36969,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -37304,7 +37304,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent", @@ -37627,7 +37627,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView", @@ -37894,7 +37894,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -38257,7 +38257,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -38350,7 +38350,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -38457,7 +38457,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -38601,7 +38601,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -38769,7 +38769,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -39124,7 +39124,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -39431,7 +39431,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -39901,7 +39901,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -40093,7 +40093,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -40138,7 +40138,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -40251,7 +40251,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -40805,7 +40805,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -42575,7 +42575,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -44045,7 +44045,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -44695,7 +44695,7 @@ "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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]", "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]", @@ -44857,7 +44857,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -45630,7 +45630,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -45843,7 +45843,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -46056,7 +46056,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -46151,7 +46151,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -46646,7 +46646,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -47563,7 +47563,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -47762,7 +47762,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension" }, "ValidateNotNullOrEmpty": false @@ -48334,7 +48334,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension" }, "ValidateNotNullOrEmpty": false @@ -49133,7 +49133,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension" }, "ValidateNotNullOrEmpty": false @@ -49714,7 +49714,7 @@ "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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]", "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]", @@ -51286,7 +51286,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -51502,7 +51502,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -51723,7 +51723,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -51805,7 +51805,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -52003,7 +52003,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -52128,7 +52128,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -52404,7 +52404,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -52486,7 +52486,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -52683,7 +52683,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -52807,7 +52807,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -52898,7 +52898,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -53191,7 +53191,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -53289,7 +53289,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -53380,7 +53380,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile", @@ -53670,7 +53670,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile", @@ -53765,7 +53765,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -53865,7 +53865,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -54181,7 +54181,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -54287,7 +54287,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -54399,7 +54399,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -54722,7 +54722,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -54817,7 +54817,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -54908,7 +54908,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -55127,7 +55127,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -55258,7 +55258,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -55340,7 +55340,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -55540,7 +55540,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -55667,7 +55667,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -55943,7 +55943,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -55998,7 +55998,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -56058,7 +56058,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -56135,7 +56135,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -56201,7 +56201,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -56292,7 +56292,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent", @@ -56585,7 +56585,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent", @@ -56683,7 +56683,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView", @@ -56876,7 +56876,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -57043,7 +57043,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -57319,7 +57319,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -57401,7 +57401,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -57557,7 +57557,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -57649,7 +57649,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -57696,7 +57696,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -58178,7 +58178,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -58422,7 +58422,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -58666,7 +58666,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -58856,7 +58856,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -59318,7 +59318,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -59562,7 +59562,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -59648,7 +59648,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -59740,7 +59740,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -59853,7 +59853,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -60073,7 +60073,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -60317,7 +60317,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -60525,7 +60525,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -60745,7 +60745,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -60828,7 +60828,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -60913,7 +60913,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -61022,7 +61022,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -61108,7 +61108,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -61201,7 +61201,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -61315,7 +61315,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -61401,7 +61401,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -61493,7 +61493,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -61606,7 +61606,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -61826,7 +61826,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -62176,7 +62176,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62250,7 +62250,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62338,7 +62338,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62431,7 +62431,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62527,7 +62527,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62612,7 +62612,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62686,7 +62686,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62765,7 +62765,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62868,7 +62868,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62942,7 +62942,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63027,7 +63027,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63120,7 +63120,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63213,7 +63213,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63298,7 +63298,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", @@ -63356,7 +63356,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", @@ -63416,7 +63416,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", @@ -63500,7 +63500,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63574,7 +63574,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63659,7 +63659,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63752,7 +63752,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63845,7 +63845,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -63930,7 +63930,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -64196,7 +64196,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -64267,7 +64267,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -64340,7 +64340,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -64437,7 +64437,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WalkPerformed": "System.Nullable`1[System.Boolean]", "NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]" @@ -64540,7 +64540,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -64937,7 +64937,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -65085,7 +65085,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -65176,7 +65176,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -65356,7 +65356,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -65457,7 +65457,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -65504,7 +65504,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -66064,7 +66064,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -66327,7 +66327,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -66564,7 +66564,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -66801,7 +66801,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalFilePath": "System.IO.FileInfo", "Source": "System.Uri" @@ -67357,7 +67357,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -67893,7 +67893,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -67975,7 +67975,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68068,7 +68068,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68191,7 +68191,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68273,7 +68273,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68366,7 +68366,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68489,7 +68489,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68571,7 +68571,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68664,7 +68664,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68787,7 +68787,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68872,7 +68872,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -68968,7 +68968,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -69091,7 +69091,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -69155,7 +69155,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -69230,7 +69230,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -69335,7 +69335,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -69399,7 +69399,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -69474,7 +69474,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -69579,7 +69579,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -69634,7 +69634,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -69772,7 +69772,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -69982,7 +69982,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70054,7 +70054,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70137,7 +70137,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70250,7 +70250,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70322,7 +70322,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70405,7 +70405,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70518,7 +70518,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70590,7 +70590,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70673,7 +70673,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -70786,7 +70786,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -70840,7 +70840,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -70905,7 +70905,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -71000,7 +71000,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -71054,7 +71054,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -71119,7 +71119,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -71214,7 +71214,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -71261,7 +71261,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -72197,7 +72197,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -72545,7 +72545,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -72995,7 +72995,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -73516,7 +73516,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -73736,7 +73736,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -74060,7 +74060,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -74146,7 +74146,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -74261,7 +74261,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -74396,7 +74396,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -74501,7 +74501,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -74595,7 +74595,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -75969,7 +75969,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -76050,7 +76050,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -76109,7 +76109,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -76830,7 +76830,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -77139,7 +77139,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -77810,7 +77810,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -78080,7 +78080,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -78456,7 +78456,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -78542,7 +78542,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -78693,7 +78693,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -78879,7 +78879,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -79068,7 +79068,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -79243,7 +79243,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -79685,7 +79685,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -81822,7 +81822,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -82655,7 +82655,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -83637,7 +83637,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -83723,7 +83723,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -83946,7 +83946,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -84201,7 +84201,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -84486,7 +84486,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -84741,7 +84741,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -85026,7 +85026,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -85221,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -85360,7 +85360,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -85446,7 +85446,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -85731,7 +85731,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -86078,7 +86078,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -86485,7 +86485,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -86832,7 +86832,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -87239,7 +87239,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -87575,7 +87575,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -87661,7 +87661,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -87776,7 +87776,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -87930,7 +87930,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -88016,7 +88016,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -88104,7 +88104,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -88213,7 +88213,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -88299,7 +88299,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -88423,7 +88423,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -88573,7 +88573,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -88678,7 +88678,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -88772,7 +88772,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -88859,7 +88859,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -88875,7 +88875,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -88898,7 +88898,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -89014,7 +89014,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -89036,7 +89036,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -89065,7 +89065,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -89142,7 +89142,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -89859,7 +89859,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -89933,7 +89933,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -90021,7 +90021,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -90139,7 +90139,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "Settings": "System.Object", @@ -90699,7 +90699,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -90796,7 +90796,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -91148,7 +91148,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -91278,7 +91278,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -91352,7 +91352,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -91579,7 +91579,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -91920,7 +91920,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -91994,7 +91994,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -92115,7 +92115,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -92290,7 +92290,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -92364,7 +92364,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -92440,7 +92440,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -92540,7 +92540,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -92614,7 +92614,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -92863,7 +92863,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -93244,7 +93244,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -93318,7 +93318,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -93403,7 +93403,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -93518,7 +93518,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94323,7 +94323,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -94409,7 +94409,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -94506,7 +94506,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -94630,7 +94630,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94677,7 +94677,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -95031,7 +95031,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95294,7 +95294,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95364,7 +95364,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -95528,7 +95528,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -95735,7 +95735,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95972,7 +95972,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -96019,7 +96019,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -96726,7 +96726,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -97186,7 +97186,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -97462,7 +97462,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -97729,7 +97729,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97793,7 +97793,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97886,7 +97886,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -98014,7 +98014,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -98131,7 +98131,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -98220,7 +98220,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -98432,7 +98432,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -98711,7 +98711,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -98785,7 +98785,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -98952,7 +98952,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -99183,7 +99183,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -99286,7 +99286,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -99317,7 +99317,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -99434,7 +99434,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -99550,7 +99550,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -99704,7 +99704,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -99794,7 +99794,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -100239,7 +100239,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -100554,7 +100554,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile", @@ -100641,7 +100641,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile", @@ -101398,7 +101398,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile", @@ -101952,7 +101952,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -102059,7 +102059,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -102833,7 +102833,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -103392,7 +103392,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -103500,7 +103500,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -103930,7 +103930,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -104208,7 +104208,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -104311,7 +104311,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -104590,7 +104590,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -104686,7 +104686,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.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]", @@ -104876,7 +104876,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -104969,7 +104969,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -104990,7 +104990,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -105097,7 +105097,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -105203,7 +105203,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -105347,7 +105347,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -105430,7 +105430,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -105625,7 +105625,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -105747,7 +105747,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -105816,7 +105816,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -106073,7 +106073,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -106422,7 +106422,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -106737,7 +106737,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -107022,7 +107022,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", @@ -107311,7 +107311,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -107406,7 +107406,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -107998,7 +107998,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -108925,7 +108925,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -109792,7 +109792,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -110055,7 +110055,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -110156,7 +110156,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -110193,7 +110193,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -110338,7 +110338,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -110430,7 +110430,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -110552,7 +110552,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -110644,7 +110644,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -110688,7 +110688,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -110787,7 +110787,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]", "EndOfLifeDate": "System.Nullable`1[System.DateTime]", @@ -110848,7 +110848,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -110895,7 +110895,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110905,7 +110905,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111028,7 +111028,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111044,7 +111044,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111208,7 +111208,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111224,7 +111224,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111290,7 +111290,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -111355,7 +111355,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111371,7 +111371,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111471,7 +111471,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111487,7 +111487,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111560,7 +111560,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings", "PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]", @@ -111644,7 +111644,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -111669,7 +111669,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=4.31.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -111700,7 +111700,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111710,7 +111710,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111848,7 +111848,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111864,7 +111864,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112009,7 +112009,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=4.31.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -112058,7 +112058,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112074,7 +112074,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112140,7 +112140,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -112171,7 +112171,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=4.31.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -112220,7 +112220,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112236,7 +112236,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112336,7 +112336,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112352,7 +112352,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112425,7 +112425,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=4.31.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[]", @@ -112506,7 +112506,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -112562,7 +112562,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112572,7 +112572,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112725,7 +112725,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112741,7 +112741,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112932,7 +112932,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112948,7 +112948,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113014,7 +113014,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -113094,7 +113094,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113110,7 +113110,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113225,7 +113225,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113241,7 +113241,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113314,7 +113314,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]", "EndOfLifeDate": "System.Nullable`1[System.DateTime]", @@ -113383,7 +113383,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=4.31.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -113441,7 +113441,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113451,7 +113451,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113581,7 +113581,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=4.31.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -113675,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113691,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113779,7 +113779,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings", "PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]", @@ -113943,7 +113943,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion" }, "ValidateNotNullOrEmpty": false @@ -114011,7 +114011,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114021,7 +114021,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114286,7 +114286,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion" }, "ValidateNotNullOrEmpty": false @@ -114396,7 +114396,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114412,7 +114412,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114552,7 +114552,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -114608,7 +114608,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114618,7 +114618,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114791,7 +114791,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114807,7 +114807,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114903,7 +114903,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -114983,7 +114983,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114999,7 +114999,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115144,7 +115144,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115160,7 +115160,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115324,7 +115324,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -115380,7 +115380,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115390,7 +115390,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115578,7 +115578,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115594,7 +115594,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115690,7 +115690,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -115770,7 +115770,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115786,7 +115786,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115931,7 +115931,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115947,7 +115947,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116099,7 +116099,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -116155,7 +116155,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116165,7 +116165,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116335,7 +116335,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116351,7 +116351,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116447,7 +116447,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -116527,7 +116527,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116543,7 +116543,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116688,7 +116688,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116704,7 +116704,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116865,7 +116865,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -116921,7 +116921,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116931,7 +116931,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117116,7 +117116,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117132,7 +117132,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117228,7 +117228,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -117308,7 +117308,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117324,7 +117324,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117469,7 +117469,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117485,7 +117485,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117588,7 +117588,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=4.31.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[]", @@ -117695,7 +117695,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter" }, "ValidateNotNullOrEmpty": false @@ -117705,7 +117705,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter" }, "ValidateNotNullOrEmpty": false @@ -117809,7 +117809,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117819,7 +117819,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117991,7 +117991,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter" }, "ValidateNotNullOrEmpty": false @@ -118007,7 +118007,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter" }, "ValidateNotNullOrEmpty": false @@ -118177,7 +118177,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118193,7 +118193,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118281,7 +118281,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=4.31.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[]", @@ -118397,7 +118397,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter" }, "ValidateNotNullOrEmpty": false @@ -118407,7 +118407,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter" }, "ValidateNotNullOrEmpty": false @@ -118511,7 +118511,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118521,7 +118521,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118708,7 +118708,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter" }, "ValidateNotNullOrEmpty": false @@ -118724,7 +118724,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter" }, "ValidateNotNullOrEmpty": false @@ -118894,7 +118894,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118910,7 +118910,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118998,7 +118998,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]", "EndOfLifeDate": "System.Nullable`1[System.DateTime]", @@ -119058,7 +119058,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -119132,7 +119132,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119142,7 +119142,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119336,7 +119336,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119352,7 +119352,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119433,7 +119433,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -119543,7 +119543,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119559,7 +119559,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119719,7 +119719,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119735,7 +119735,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119823,7 +119823,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings", "PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]", @@ -119906,7 +119906,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -119985,7 +119985,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion" }, "ValidateNotNullOrEmpty": false @@ -120026,7 +120026,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120036,7 +120036,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120256,7 +120256,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion" }, "ValidateNotNullOrEmpty": false @@ -120321,7 +120321,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120337,7 +120337,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120418,7 +120418,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandId": "System.String", "GalleryApplicationName": "System.String", @@ -120539,7 +120539,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion" }, "ValidateNotNullOrEmpty": false @@ -120604,7 +120604,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120620,7 +120620,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120791,7 +120791,7 @@ "Type": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion" }, "ValidateNotNullOrEmpty": false @@ -120856,7 +120856,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120872,7 +120872,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121822,7 +121822,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GalleryApplications": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]" }, @@ -121859,7 +121859,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.31.0.0, Culture=neutral, PublicKeyToken=null]], 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.31.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" ] @@ -121867,7 +121867,7 @@ "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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]", "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]", @@ -121909,7 +121909,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -127591,7 +127591,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", @@ -127641,7 +127641,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]" }, @@ -127678,7 +127678,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.31.0.0, Culture=neutral, PublicKeyToken=null]], 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.31.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" ] @@ -127686,7 +127686,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]", "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", @@ -128292,7 +128292,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -128899,7 +128899,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView", "Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource", @@ -130194,7 +130194,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -132974,7 +132974,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]" }, @@ -134168,7 +134168,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultURL": "System.String", "KeyEncryptionKeyURL": "System.String", @@ -134738,7 +134738,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -135078,7 +135078,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.31.0.0, Culture=neutral, PublicKeyToken=null]], 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.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential" ] @@ -135086,7 +135086,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CredentialName": "System.String", "KeyVaultName": "System.String" @@ -135124,7 +135124,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.31.0.0, Culture=neutral, PublicKeyToken=null]], 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.31.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" ] @@ -135132,7 +135132,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -135201,7 +135201,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.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -135255,7 +135255,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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], 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=4.31.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" ] @@ -135263,7 +135263,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -135341,7 +135341,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -135509,18 +135509,18 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings, Az.Compute.private, Version=4.31.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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[], Az.Compute.private, Version=4.31.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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation, Az.Compute.private, Version=4.31.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]", @@ -135536,13 +135536,13 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[], Az.Compute.private, Version=4.31.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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Int32" } @@ -135550,7 +135550,7 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=4.31.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" ] @@ -135558,7 +135558,7 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -135623,7 +135623,7 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=4.31.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" ] @@ -135631,7 +135631,7 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -135696,7 +135696,7 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=4.31.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" ] @@ -135704,7 +135704,7 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -135769,13 +135769,13 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[], Az.Compute.private, Version=4.31.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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]", "Progress": "System.Nullable`1[System.Int32]", @@ -135786,7 +135786,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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], 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=4.31.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" ] @@ -135794,7 +135794,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -135859,13 +135859,13 @@ "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion, Az.Compute.private, Version=4.31.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]", @@ -135879,7 +135879,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=4.31.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" ] @@ -135887,7 +135887,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState": { "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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -135952,7 +135952,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]": { "Namespace": "System", "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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=4.31.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.GalleryProvisioningState" ] @@ -135960,7 +135960,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -136025,7 +136025,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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], 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=4.31.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" ] @@ -136033,7 +136033,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -136098,13 +136098,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[], Az.Compute.private, Version=4.31.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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Level": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]", "Time": "System.Nullable`1[System.DateTime]", @@ -136116,7 +136116,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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], 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=4.31.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" ] @@ -136124,7 +136124,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -136189,13 +136189,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=4.31.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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -136204,7 +136204,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=4.31.0.0, Culture=neutral, PublicKeyToken=null]], 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=4.31.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" ] @@ -136212,7 +136212,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=4.31.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=4.31.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json b/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json index 6d8fbb15f218..df7252b18144 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.3.0", + "ModuleVersion": "3.0.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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.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]", @@ -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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.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]", @@ -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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -724,7 +724,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]", @@ -915,7 +915,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SharedAccessSignature": "System.String" }, @@ -1196,7 +1196,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyName": "System.String", "KeyVaultUri": "System.String", @@ -1413,7 +1413,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]", @@ -1635,7 +1635,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -1914,7 +1914,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -2214,7 +2214,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -2303,7 +2303,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.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]", @@ -2394,7 +2394,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -2593,7 +2593,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -2775,7 +2775,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]", @@ -2956,7 +2956,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]", @@ -3235,7 +3235,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]", @@ -3416,7 +3416,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]", @@ -3661,7 +3661,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.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]", @@ -3752,7 +3752,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -3951,7 +3951,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -4099,7 +4099,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]", @@ -4303,7 +4303,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -4556,7 +4556,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -4661,7 +4661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -4722,7 +4722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -4786,7 +4786,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4796,7 +4796,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4972,7 +4972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4988,7 +4988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5069,7 +5069,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -5163,7 +5163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5179,7 +5179,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5324,7 +5324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5340,7 +5340,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5428,7 +5428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -5489,7 +5489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -5553,7 +5553,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5563,7 +5563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5739,7 +5739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5755,7 +5755,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5836,7 +5836,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -5930,7 +5930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5946,7 +5946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6091,7 +6091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6107,7 +6107,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6195,7 +6195,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -6274,7 +6274,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -6338,7 +6338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6348,7 +6348,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6489,7 +6489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6505,7 +6505,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6681,7 +6681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6697,7 +6697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6763,7 +6763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -6827,7 +6827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6843,7 +6843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6943,7 +6943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6959,7 +6959,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7032,7 +7032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Policy": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -7096,7 +7096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -7142,7 +7142,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7152,7 +7152,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7293,7 +7293,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7309,7 +7309,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7455,7 +7455,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7471,7 +7471,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7537,7 +7537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -7601,7 +7601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7617,7 +7617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7717,7 +7717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7733,7 +7733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7806,7 +7806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rights": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -7886,7 +7886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -7932,7 +7932,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7942,7 +7942,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8098,7 +8098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8114,7 +8114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8293,7 +8293,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8309,7 +8309,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8473,7 +8473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8489,7 +8489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8555,7 +8555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -8619,7 +8619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8635,7 +8635,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8735,7 +8735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8751,7 +8751,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8824,7 +8824,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -8883,7 +8883,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -8929,7 +8929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8939,7 +8939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9065,7 +9065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9081,7 +9081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9212,7 +9212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9228,7 +9228,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9344,7 +9344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9360,7 +9360,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9426,7 +9426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -9490,7 +9490,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9506,7 +9506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9606,7 +9606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9622,7 +9622,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9695,7 +9695,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEhNamespaceIdContainer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEhNamespaceIdContainer, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEhNamespaceIdContainer, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -9761,7 +9761,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9771,7 +9771,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9894,7 +9894,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9910,7 +9910,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9983,7 +9983,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAvailableCluster", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAvailableCluster, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAvailableCluster, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Location": "System.String" } @@ -10031,7 +10031,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10041,7 +10041,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10134,7 +10134,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10150,7 +10150,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10223,7 +10223,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -10296,7 +10296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -10360,7 +10360,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10370,7 +10370,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10538,7 +10538,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10554,7 +10554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10733,7 +10733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10749,7 +10749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10815,7 +10815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -10879,7 +10879,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10895,7 +10895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10995,7 +10995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11011,7 +11011,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11084,7 +11084,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IArmDisasterRecovery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IArmDisasterRecovery, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IArmDisasterRecovery, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -11147,7 +11147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -11193,7 +11193,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11203,7 +11203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11341,7 +11341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11357,7 +11357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11503,7 +11503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11519,7 +11519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11585,7 +11585,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -11649,7 +11649,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11665,7 +11665,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11765,7 +11765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11781,7 +11781,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11854,7 +11854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAccessKeys", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAccessKeys, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAccessKeys, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AliasPrimaryConnectionString": "System.String", "AliasSecondaryConnectionString": "System.String", @@ -11965,7 +11965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11975,7 +11975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12140,7 +12140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12156,7 +12156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12365,7 +12365,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12381,7 +12381,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12590,7 +12590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12606,7 +12606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12694,7 +12694,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPRule": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]", "VirtualNetworkRule": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", @@ -12717,7 +12717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSetListResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSetListResult, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSetListResult, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet[]", "NextLink": "System.String" @@ -12762,7 +12762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -12808,7 +12808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12818,7 +12818,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12941,7 +12941,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12957,7 +12957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13103,7 +13103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13119,7 +13119,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13185,7 +13185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -13249,7 +13249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13265,7 +13265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13365,7 +13365,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13381,7 +13381,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13454,7 +13454,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateEndpointConnection, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -13519,7 +13519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -13565,7 +13565,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13575,7 +13575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13716,7 +13716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13732,7 +13732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13878,7 +13878,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13894,7 +13894,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13960,7 +13960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -14024,7 +14024,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14040,7 +14040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14140,7 +14140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14156,7 +14156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14229,7 +14229,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResourcesListResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResourcesListResult, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResourcesListResult, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource[]", "NextLink": "System.String" @@ -14296,7 +14296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14306,7 +14306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14429,7 +14429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14445,7 +14445,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14518,7 +14518,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupProperty": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroupProperties", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -14585,7 +14585,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -14649,7 +14649,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14659,7 +14659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14800,7 +14800,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14816,7 +14816,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14992,7 +14992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15008,7 +15008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15074,7 +15074,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -15138,7 +15138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15154,7 +15154,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15254,7 +15254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15270,7 +15270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15343,7 +15343,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -15457,7 +15457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15511,7 +15511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15551,7 +15551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15561,7 +15561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15727,7 +15727,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15817,7 +15817,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15881,7 +15881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15897,7 +15897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15970,7 +15970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Policy": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -16051,7 +16051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy" }, "ValidateNotNullOrEmpty": false @@ -16083,7 +16083,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16093,7 +16093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16229,7 +16229,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy" }, "ValidateNotNullOrEmpty": false @@ -16279,7 +16279,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16295,7 +16295,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16368,7 +16368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rights": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -16438,7 +16438,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -16479,7 +16479,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16489,7 +16489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16604,7 +16604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -16669,7 +16669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16685,7 +16685,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16844,7 +16844,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -16909,7 +16909,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16925,7 +16925,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17013,7 +17013,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -17138,7 +17138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17148,7 +17148,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17357,7 +17357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17373,7 +17373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17461,7 +17461,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -17564,7 +17564,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17574,7 +17574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17744,7 +17744,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17760,7 +17760,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17833,7 +17833,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IArmDisasterRecovery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IArmDisasterRecovery, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IArmDisasterRecovery, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -17935,7 +17935,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17945,7 +17945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18121,7 +18121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18137,7 +18137,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18225,7 +18225,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction]", "IPMask": "System.String" @@ -18251,7 +18251,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -18281,7 +18281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18308,7 +18308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAccessKeys", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAccessKeys, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAccessKeys, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AliasPrimaryConnectionString": "System.String", "AliasSecondaryConnectionString": "System.String", @@ -18381,7 +18381,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18430,7 +18430,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18440,7 +18440,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18558,7 +18558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18637,7 +18637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18653,7 +18653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18815,7 +18815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeyType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18894,7 +18894,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18910,7 +18910,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18998,7 +18998,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupProperty": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroupProperties", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -19073,7 +19073,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19082,7 +19082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19113,7 +19113,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19123,7 +19123,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19244,7 +19244,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19259,7 +19259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19308,7 +19308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19324,7 +19324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19397,7 +19397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IThrottlingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IThrottlingPolicy, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IThrottlingPolicy, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricId": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId", "RateLimitThreshold": "System.Int64" @@ -19432,7 +19432,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -19477,7 +19477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19504,7 +19504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "SubnetId": "System.String" @@ -19639,7 +19639,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -19685,7 +19685,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19695,7 +19695,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19844,7 +19844,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19860,7 +19860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19941,7 +19941,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -20005,7 +20005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20021,7 +20021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20136,7 +20136,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20152,7 +20152,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20292,7 +20292,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -20338,7 +20338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20348,7 +20348,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20497,7 +20497,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20513,7 +20513,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20594,7 +20594,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -20658,7 +20658,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20674,7 +20674,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20789,7 +20789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20805,7 +20805,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20893,7 +20893,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rights": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -20963,7 +20963,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -21018,7 +21018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21028,7 +21028,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21207,7 +21207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21223,7 +21223,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21416,7 +21416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21432,7 +21432,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21513,7 +21513,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -21592,7 +21592,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21608,7 +21608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21738,7 +21738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21754,7 +21754,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21885,7 +21885,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -21940,7 +21940,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21950,7 +21950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22108,7 +22108,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22124,7 +22124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22220,7 +22220,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -22299,7 +22299,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22315,7 +22315,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22460,7 +22460,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22476,7 +22476,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22640,7 +22640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -22686,7 +22686,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22696,7 +22696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22860,7 +22860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22876,7 +22876,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22957,7 +22957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -23021,7 +23021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23037,7 +23037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23152,7 +23152,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23168,7 +23168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23305,7 +23305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -23351,7 +23351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23361,7 +23361,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23507,7 +23507,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23523,7 +23523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23604,7 +23604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -23668,7 +23668,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23684,7 +23684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23799,7 +23799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23815,7 +23815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23955,7 +23955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -24010,7 +24010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24020,7 +24020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24193,7 +24193,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24209,7 +24209,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24305,7 +24305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -24384,7 +24384,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24400,7 +24400,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24545,7 +24545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24561,7 +24561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24716,7 +24716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -24762,7 +24762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24772,7 +24772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24921,7 +24921,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24937,7 +24937,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25018,7 +25018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -25082,7 +25082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25098,7 +25098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25213,7 +25213,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25229,7 +25229,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25317,7 +25317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IEventhub, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -25395,7 +25395,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -25428,7 +25428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25473,7 +25473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25549,7 +25549,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25559,7 +25559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25689,7 +25689,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25764,7 +25764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25888,7 +25888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25904,7 +25904,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25985,7 +25985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -26030,7 +26030,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26105,7 +26105,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26229,7 +26229,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26245,7 +26245,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26341,7 +26341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26416,7 +26416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26540,7 +26540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26556,7 +26556,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26644,7 +26644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Policy": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -26707,7 +26707,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -26749,7 +26749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy" }, "ValidateNotNullOrEmpty": false @@ -26790,7 +26790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26800,7 +26800,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26945,7 +26945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy" }, "ValidateNotNullOrEmpty": false @@ -27010,7 +27010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27026,7 +27026,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27107,7 +27107,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -27167,7 +27167,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy" }, "ValidateNotNullOrEmpty": false @@ -27232,7 +27232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27248,7 +27248,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27359,7 +27359,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy" }, "ValidateNotNullOrEmpty": false @@ -27424,7 +27424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27440,7 +27440,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27528,7 +27528,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IAuthorizationRule, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rights": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -27598,7 +27598,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -27622,7 +27622,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -27663,7 +27663,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27673,7 +27673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27803,7 +27803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -27868,7 +27868,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27884,7 +27884,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28028,7 +28028,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -28093,7 +28093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28109,7 +28109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28190,7 +28190,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -28220,7 +28220,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -28285,7 +28285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28301,7 +28301,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28382,7 +28382,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -28447,7 +28447,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28463,7 +28463,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28551,7 +28551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICluster, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -28609,7 +28609,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -28642,7 +28642,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28682,7 +28682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28692,7 +28692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28807,7 +28807,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28871,7 +28871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28887,7 +28887,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28968,7 +28968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -29013,7 +29013,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29077,7 +29077,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29093,7 +29093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29189,7 +29189,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api10.ITrackedResourceTags, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29253,7 +29253,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29269,7 +29269,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29357,7 +29357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IConsumerGroup, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", @@ -29429,7 +29429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -29493,7 +29493,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29503,7 +29503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29697,7 +29697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29713,7 +29713,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29794,7 +29794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -29888,7 +29888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29904,7 +29904,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30049,7 +30049,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30065,7 +30065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30202,7 +30202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -30257,7 +30257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30267,7 +30267,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30428,7 +30428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30444,7 +30444,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30525,7 +30525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -30604,7 +30604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30620,7 +30620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30750,7 +30750,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30766,7 +30766,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30903,7 +30903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -30958,7 +30958,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30968,7 +30968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31129,7 +31129,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31145,7 +31145,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31226,7 +31226,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -31305,7 +31305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31321,7 +31321,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31451,7 +31451,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31467,7 +31467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31555,7 +31555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPRule": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]", "VirtualNetworkRule": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", @@ -31608,7 +31608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -31632,7 +31632,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31650,7 +31650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31659,7 +31659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules" }, "ValidateNotNullOrEmpty": false @@ -31669,7 +31669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "ValidateNotNullOrEmpty": false @@ -31710,7 +31710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31720,7 +31720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31817,7 +31817,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31847,7 +31847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31862,7 +31862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules" }, "ValidateNotNullOrEmpty": false @@ -31878,7 +31878,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "ValidateNotNullOrEmpty": false @@ -31943,7 +31943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31959,7 +31959,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32040,7 +32040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Alias": "System.String", "ApplicationGroupName": "System.String", @@ -32070,7 +32070,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32100,7 +32100,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32115,7 +32115,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules" }, "ValidateNotNullOrEmpty": false @@ -32131,7 +32131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "ValidateNotNullOrEmpty": false @@ -32196,7 +32196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32212,7 +32212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32293,7 +32293,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccess, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32323,7 +32323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32338,7 +32338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules" }, "ValidateNotNullOrEmpty": false @@ -32354,7 +32354,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "ValidateNotNullOrEmpty": false @@ -32419,7 +32419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32435,7 +32435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32523,7 +32523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICheckNameAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICheckNameAvailabilityResult, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ICheckNameAvailabilityResult, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reason": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason]", "NameAvailable": "System.Nullable`1[System.Boolean]", @@ -32608,7 +32608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32618,7 +32618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32749,7 +32749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32765,7 +32765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32955,7 +32955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32971,7 +32971,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33092,7 +33092,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=2.2.1.0, Culture=neutral, PublicKeyToken=null]], 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.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes" ] @@ -33100,7 +33100,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -33162,7 +33162,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=2.2.1.0, Culture=neutral, PublicKeyToken=null]], 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.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes" ] @@ -33170,7 +33170,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -33227,7 +33227,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -33419,7 +33419,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.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]" @@ -33678,13 +33678,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyName": "System.String", "KeyVaultUri": "System.String", @@ -33733,13 +33733,13 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes", "Name": "System.String", @@ -33792,7 +33792,7 @@ "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.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -33838,7 +33838,7 @@ "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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", "TenantId": "System.String", @@ -33883,7 +33883,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=2.2.1.0, Culture=neutral, PublicKeyToken=null]], 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.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.EventHub.Models.IdentityType" ] @@ -33891,7 +33891,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=2.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -34065,7 +34065,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType, Az.EventHub.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.EventHub.Support.CreatedByType" ] @@ -34073,7 +34073,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CreatedByType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34151,7 +34151,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EndPointProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EndPointProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EndPointProvisioningState, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EndPointProvisioningState, Az.EventHub.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.EventHub.Support.EndPointProvisioningState" ] @@ -34159,7 +34159,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EndPointProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EndPointProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EndPointProvisioningState, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EndPointProvisioningState, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34224,7 +34224,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus, Az.EventHub.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.EventHub.Support.PrivateLinkConnectionStatus" ] @@ -34232,7 +34232,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34297,7 +34297,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -34470,7 +34470,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.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.EventHub.Support.EncodingCaptureDescription" ] @@ -34478,7 +34478,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34543,7 +34543,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.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.EventHub.Support.EntityStatus" ] @@ -34551,7 +34551,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34624,13 +34624,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy" }, "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IApplicationGroupPolicy, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -34639,13 +34639,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights" }, "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34710,7 +34710,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.ProvisioningStateDr]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.ProvisioningStateDr]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.ProvisioningStateDr, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.ProvisioningStateDr, Az.EventHub.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.EventHub.Support.ProvisioningStateDr" ] @@ -34718,7 +34718,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.ProvisioningStateDr": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.ProvisioningStateDr", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.ProvisioningStateDr, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.ProvisioningStateDr, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34783,7 +34783,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery, Az.EventHub.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.EventHub.Support.RoleDisasterRecovery" ] @@ -34791,7 +34791,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34856,13 +34856,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules" }, "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction]", "IPMask": "System.String" @@ -34871,7 +34871,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction, Az.EventHub.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.EventHub.Support.NetworkRuleIPAction" ] @@ -34879,7 +34879,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34944,13 +34944,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "SubnetId": "System.String" @@ -34959,7 +34959,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.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.EventHub.Support.DefaultAction" ] @@ -34967,7 +34967,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.DefaultAction, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35032,7 +35032,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccessFlag]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccessFlag]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccessFlag, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccessFlag, Az.EventHub.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.EventHub.Support.PublicNetworkAccessFlag" ] @@ -35040,7 +35040,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccessFlag": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccessFlag", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccessFlag, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PublicNetworkAccessFlag, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35105,13 +35105,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet" }, "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INetworkRuleSet, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPRule": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetIPRules[]", "VirtualNetworkRule": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", @@ -35129,13 +35129,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource[], Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource" }, "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.IPrivateLinkResource, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupId": "System.String", "Id": "System.String", @@ -35148,12 +35148,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroupProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroupProperties, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202201Preview.ISchemaGroupProperties, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility, Az.EventHub.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.EventHub.Support.SchemaCompatibility" ] @@ -35161,7 +35161,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaCompatibility, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35226,7 +35226,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType, Az.EventHub.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.EventHub.Support.SchemaType" ] @@ -35234,7 +35234,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35299,7 +35299,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.MetricId, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35364,7 +35364,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason, Az.EventHub.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.EventHub.Support.UnavailableReason" ] @@ -35372,7 +35372,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.UnavailableReason, Az.EventHub.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.MarketplaceOrdering.json b/tools/Tools.Common/SerializedCmdlets/Az.MarketplaceOrdering.json index e4071aa5a7a8..f34adbbdb5cc 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.MarketplaceOrdering.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.MarketplaceOrdering.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.MarketplaceOrdering", - "ModuleVersion": "1.1.0", + "ModuleVersion": "2.0.0", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", @@ -83,7 +83,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -114,7 +114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124,7 +124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -262,7 +262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -278,7 +278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -344,7 +344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -454,7 +454,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -470,7 +470,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -543,7 +543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", @@ -609,7 +609,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OfferType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType]", "Id": "System.String", @@ -648,7 +648,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -658,7 +658,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -795,7 +795,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -811,7 +811,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -877,7 +877,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OfferType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType]", "Id": "System.String", @@ -934,7 +934,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -950,7 +950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1050,7 +1050,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1066,7 +1066,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1139,7 +1139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", @@ -1223,7 +1223,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", @@ -1271,7 +1271,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1281,7 +1281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1433,7 +1433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1449,7 +1449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1624,7 +1624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1640,7 +1640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1721,7 +1721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", @@ -1787,7 +1787,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1803,7 +1803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1884,7 +1884,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", @@ -1950,7 +1950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1966,7 +1966,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2066,7 +2066,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2082,7 +2082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2155,7 +2155,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.Api202101.IAgreementTerms, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", @@ -2221,7 +2221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OfferType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType]", "Id": "System.String", @@ -2260,7 +2260,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2270,7 +2270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2407,7 +2407,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2423,7 +2423,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2489,7 +2489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OfferType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType]", "Id": "System.String", @@ -2546,7 +2546,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2562,7 +2562,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2662,7 +2662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2678,7 +2678,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep[], Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2784,7 +2784,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType" ] @@ -2792,7 +2792,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.CreatedByType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -2896,7 +2896,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.SendAsyncStep, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -3074,7 +3074,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType" ] @@ -3082,7 +3082,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType, Az.MarketplaceOrdering.private, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json b/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json index 334b16d45b0e..3355a0fb86a7 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Migrate", - "ModuleVersion": "1.2.0", + "ModuleVersion": "2.0.0", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -495,7 +495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -570,7 +570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -645,7 +645,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -655,7 +655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -792,7 +792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -808,7 +808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -968,7 +968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -984,7 +984,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1099,7 +1099,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1115,7 +1115,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1245,7 +1245,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1261,7 +1261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1327,7 +1327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -1408,7 +1408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1424,7 +1424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1584,7 +1584,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1600,7 +1600,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1673,7 +1673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProject, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProject, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", "ETag": "System.String", @@ -1748,7 +1748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1758,7 +1758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1884,7 +1884,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1900,7 +1900,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1973,7 +1973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabric", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabric, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabric, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricProperties" } @@ -2057,7 +2057,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2067,7 +2067,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2190,7 +2190,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2206,7 +2206,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2382,7 +2382,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2398,7 +2398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2471,7 +2471,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicy, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicy, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "ProviderSpecificDetailInstanceType": "System.String" @@ -2547,7 +2547,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2557,7 +2557,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2680,7 +2680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2696,7 +2696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2857,7 +2857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2873,7 +2873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2946,7 +2946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectedItemCount": "System.Nullable`1[System.Int32]", "FabricFriendlyName": "System.String", @@ -3036,7 +3036,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3046,7 +3046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3169,7 +3169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3185,7 +3185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3346,7 +3346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3362,7 +3362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3538,7 +3538,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3554,7 +3554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3627,7 +3627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMapping, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMapping, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMappingProviderSpecificDetails", @@ -3730,7 +3730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3740,7 +3740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3863,7 +3863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3879,7 +3879,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4055,7 +4055,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4071,7 +4071,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4262,7 +4262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4278,7 +4278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4351,7 +4351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IRecoveryServicesProvider, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IRecoveryServicesProvider, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", "ProviderVersionDetailStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus]", @@ -4468,7 +4468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4478,7 +4478,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4601,7 +4601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4617,7 +4617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4793,7 +4793,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4809,7 +4809,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4882,7 +4882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareRunAsAccount, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareRunAsAccount, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CredentialType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType]", "CreatedTimestamp": "System.String", @@ -4963,7 +4963,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4973,7 +4973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5096,7 +5096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5112,7 +5112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5273,7 +5273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5289,7 +5289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5362,7 +5362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -5453,7 +5453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -5544,7 +5544,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5554,7 +5554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5691,7 +5691,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5707,7 +5707,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5882,7 +5882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5898,7 +5898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6013,7 +6013,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6029,7 +6029,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6159,7 +6159,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6175,7 +6175,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6305,7 +6305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6321,7 +6321,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6387,7 +6387,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -6475,7 +6475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6491,7 +6491,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6666,7 +6666,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6682,7 +6682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6755,7 +6755,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSite, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSite, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags", "AgentDetailLastHeartBeatUtc": "System.Nullable`1[System.DateTime]", @@ -6843,7 +6843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6853,7 +6853,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6979,7 +6979,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6995,7 +6995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7068,7 +7068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolution", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolution, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolution, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DetailExtendedDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails", "DetailAssessmentCount": "System.Nullable`1[System.Int32]", @@ -7158,7 +7158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7168,7 +7168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7309,7 +7309,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7325,7 +7325,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7478,7 +7478,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7488,7 +7488,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7640,7 +7640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7656,7 +7656,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7729,7 +7729,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]", "DiskEncryptionSetId": "System.String", @@ -7864,7 +7864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimaryNic": "System.String", "IsSelectedForMigration": "System.String", @@ -8062,7 +8062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]", @@ -8153,7 +8153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]", @@ -8202,7 +8202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicy, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicy, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "ProviderSpecificDetailInstanceType": "System.String" @@ -8255,7 +8255,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicyProviderSpecificInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicyProviderSpecificInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicyProviderSpecificInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -8298,7 +8298,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8308,7 +8308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8420,7 +8420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicyProviderSpecificInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicyProviderSpecificInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IPolicyProviderSpecificInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -8487,7 +8487,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8503,7 +8503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8591,7 +8591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMapping, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMapping, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMappingProviderSpecificDetails", @@ -8680,7 +8680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IReplicationProviderSpecificContainerMappingInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -8732,7 +8732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8742,7 +8742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8899,7 +8899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IReplicationProviderSpecificContainerMappingInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -8981,7 +8981,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8997,7 +8997,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9085,7 +9085,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -9250,7 +9250,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9259,7 +9259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9268,7 +9268,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9313,7 +9313,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -9323,7 +9323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -9407,7 +9407,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9417,7 +9417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9640,7 +9640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9655,7 +9655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9670,7 +9670,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9764,7 +9764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9780,7 +9780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9861,7 +9861,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -10057,7 +10057,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10072,7 +10072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10087,7 +10087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10181,7 +10181,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10197,7 +10197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10503,7 +10503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10518,7 +10518,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10533,7 +10533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10627,7 +10627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10643,7 +10643,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10754,7 +10754,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -11002,7 +11002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11017,7 +11017,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11032,7 +11032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11126,7 +11126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11142,7 +11142,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11208,7 +11208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -11224,7 +11224,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -11472,7 +11472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11487,7 +11487,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11502,7 +11502,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11596,7 +11596,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11612,7 +11612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11765,7 +11765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11775,7 +11775,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11927,7 +11927,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11943,7 +11943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12090,7 +12090,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12100,7 +12100,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12249,7 +12249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12265,7 +12265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12353,7 +12353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -12401,7 +12401,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -12465,7 +12465,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12475,7 +12475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12597,7 +12597,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12613,7 +12613,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12743,7 +12743,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12759,7 +12759,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12825,7 +12825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -12928,7 +12928,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12944,7 +12944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13017,7 +13017,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -13065,7 +13065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -13120,7 +13120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13130,7 +13130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13237,7 +13237,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13253,7 +13253,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13368,7 +13368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13384,7 +13384,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13450,7 +13450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -13538,7 +13538,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13554,7 +13554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13627,7 +13627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -13684,7 +13684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -13748,7 +13748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13758,7 +13758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13895,7 +13895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13911,7 +13911,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14056,7 +14056,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14072,7 +14072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14138,7 +14138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -14256,7 +14256,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14272,7 +14272,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14345,7 +14345,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "IsOSDisk": "System.String", @@ -14429,7 +14429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -14513,7 +14513,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -14523,7 +14523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -14578,7 +14578,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14596,7 +14596,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14614,7 +14614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14650,7 +14650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -14705,7 +14705,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14715,7 +14715,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14848,7 +14848,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -14864,7 +14864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -14955,7 +14955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14985,7 +14985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15015,7 +15015,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15109,7 +15109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15125,7 +15125,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15266,7 +15266,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -15282,7 +15282,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -15373,7 +15373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15403,7 +15403,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15433,7 +15433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15527,7 +15527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15543,7 +15543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15609,7 +15609,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -15723,7 +15723,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -15739,7 +15739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -15830,7 +15830,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15860,7 +15860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15890,7 +15890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15984,7 +15984,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16000,7 +16000,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16073,7 +16073,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -16130,7 +16130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -16185,7 +16185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16195,7 +16195,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16317,7 +16317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16333,7 +16333,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16463,7 +16463,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16479,7 +16479,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16545,7 +16545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -16648,7 +16648,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16664,7 +16664,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16737,7 +16737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -16794,7 +16794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -16849,7 +16849,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16859,7 +16859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16966,7 +16966,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16982,7 +16982,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17127,7 +17127,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17143,7 +17143,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17209,7 +17209,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -17312,7 +17312,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17328,7 +17328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17401,7 +17401,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -17449,7 +17449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -17504,7 +17504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17514,7 +17514,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17621,7 +17621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17637,7 +17637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17752,7 +17752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17768,7 +17768,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17834,7 +17834,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -17922,7 +17922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17938,7 +17938,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18011,7 +18011,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJob, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", @@ -18059,7 +18059,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -18114,7 +18114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18124,7 +18124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18231,7 +18231,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18247,7 +18247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18362,7 +18362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18378,7 +18378,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18444,7 +18444,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationItem, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", @@ -18532,7 +18532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18548,7 +18548,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18654,13 +18654,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Provider": "System.String", @@ -18670,13 +18670,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProductName": "System.String", "Status": "System.String" @@ -18685,13 +18685,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Edition": "System.String", "ProductName": "System.String", @@ -18703,13 +18703,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Parent": "System.String", @@ -18720,13 +18720,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MessageParameter": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters", "Id": "System.Nullable`1[System.Int64]", @@ -18742,7 +18742,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[System.Int64]": { "Namespace": "System", @@ -18755,13 +18755,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabaseType": "System.String", "Instance": "System.String", @@ -18771,13 +18771,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnterprise": "System.Nullable`1[System.Boolean]", "ProductName": "System.String", @@ -18796,13 +18796,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterName": "System.String", "Clustered": "System.String", @@ -18815,13 +18815,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProductName": "System.String", "Status": "System.String", @@ -18831,13 +18831,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode]", "Lun": "System.Nullable`1[System.Int32]", @@ -18854,7 +18854,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode" ] @@ -18862,7 +18862,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18953,13 +18953,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddressType": "System.String", "Label": "System.String", @@ -18978,13 +18978,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationPool": "System.String", "GroupName": "System.String", @@ -19018,13 +19018,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupTaskCustomDetailChildTask": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IAsrTask[]", "Error": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails[]", @@ -19044,13 +19044,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobErrorDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "ProviderErrorDetailErrorCode": "System.Nullable`1[System.Int32]", @@ -19070,12 +19070,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IJobDetailsAffectedObjectDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -19253,7 +19253,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]", @@ -19265,12 +19265,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState" ] @@ -19278,7 +19278,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19343,7 +19343,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricProperties, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricProperties, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IEncryptionDetails", "RolloverEncryptionDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IEncryptionDetails", @@ -19358,7 +19358,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IEncryptionDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IEncryptionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IEncryptionDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IEncryptionDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KekCertExpiryDate": "System.Nullable`1[System.DateTime]", "KekCertThumbprint": "System.String", @@ -19368,7 +19368,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricSpecificDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricSpecificDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IFabricSpecificDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -19376,13 +19376,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IHealthError, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerHealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError[]", "CustomerResolvability": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]", @@ -19404,13 +19404,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IInnerHealthError, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomerResolvability": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]", "CreationTimeUtc": "System.Nullable`1[System.DateTime]", @@ -19431,7 +19431,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability" ] @@ -19439,7 +19439,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19504,7 +19504,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMappingProviderSpecificDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMappingProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMappingProviderSpecificDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IProtectionContainerMappingProviderSpecificDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -19512,7 +19512,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus" ] @@ -19520,7 +19520,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19585,7 +19585,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType" ] @@ -19593,7 +19593,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19658,13 +19658,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.ICriticalJobHistoryDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "JobId": "System.String", @@ -19675,7 +19675,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationProviderSpecificSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationProviderSpecificSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationProviderSpecificSettings, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IMigrationProviderSpecificSettings, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -19683,13 +19683,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[], Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19754,7 +19754,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState" ] @@ -19762,7 +19762,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19827,7 +19827,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth" ] @@ -19835,7 +19835,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19900,7 +19900,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState" ] @@ -19908,7 +19908,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19973,17 +19973,17 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType" ] @@ -19991,7 +19991,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20056,7 +20056,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtDiskInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]", "DiskEncryptionSetId": "System.String", @@ -20069,7 +20069,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtNicInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimaryNic": "System.String", "IsSelectedForMigration": "System.String", @@ -20084,7 +20084,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20220501.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "IsOSDisk": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Monitor.json b/tools/Tools.Common/SerializedCmdlets/Az.Monitor.json index 2dd05a174c3a..5fd33ab29886 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Monitor.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Monitor.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Monitor", - "ModuleVersion": "3.2.0", + "ModuleVersion": "4.2.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -308,7 +308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AlertRule": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", "StatusCode": "System.Net.HttpStatusCode", @@ -364,7 +364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -400,7 +400,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator" ] @@ -460,7 +460,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction" ] @@ -513,7 +513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -573,7 +573,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator" ] @@ -669,7 +669,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction" ] @@ -725,7 +725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -885,7 +885,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria" ] @@ -1051,7 +1051,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria" ] @@ -1279,7 +1279,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria" ] @@ -1541,7 +1541,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria" ] @@ -1692,7 +1692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AlertRule": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", "StatusCode": "System.Net.HttpStatusCode", @@ -1832,7 +1832,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction" ] @@ -2023,7 +2023,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction" ] @@ -2079,7 +2079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2343,7 +2343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -3363,7 +3363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -3661,7 +3661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", "Action": "Microsoft.Azure.Management.Monitor.Models.RuleAction", @@ -4055,7 +4055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -4353,7 +4353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -4678,7 +4678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DataCollectionRuleId": "System.String", @@ -4771,7 +4771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -5012,7 +5012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -5110,7 +5110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -5437,7 +5437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -5544,7 +5544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -5678,7 +5678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -5816,7 +5816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", "Count": "System.Int32", @@ -6477,7 +6477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Data": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricValue]", @@ -7086,7 +7086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -7414,7 +7414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Dimensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LocalizableString]", @@ -7643,7 +7643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -9426,7 +9426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToServiceOwners": "System.Nullable`1[System.Boolean]" @@ -9595,7 +9595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -9762,7 +9762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -10076,7 +10076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DataCollectionRuleId": "System.String", @@ -10181,7 +10181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -10381,7 +10381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -10479,7 +10479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -10786,7 +10786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -10893,7 +10893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -11088,7 +11088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -11164,7 +11164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -11225,7 +11225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", "FailingPeriods": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods", @@ -11336,7 +11336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension" }, "ValidateNotNullOrEmpty": false @@ -11539,7 +11539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension" }, "ValidateNotNullOrEmpty": false @@ -11829,7 +11829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension" }, "ValidateNotNullOrEmpty": false @@ -11959,7 +11959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludeValues": "System.Collections.Generic.IList`1[System.String]", "ExcludeValues": "System.Collections.Generic.IList`1[System.String]", @@ -12384,7 +12384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12549,7 +12549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12885,7 +12885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -13034,7 +13034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -13263,7 +13263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DataCollectionRuleId": "System.String", @@ -13410,7 +13410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleAssociationProxyOnlyResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DataCollectionRuleId": "System.String", @@ -13637,7 +13637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -13787,7 +13787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -13928,7 +13928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -14062,7 +14062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -14404,7 +14404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -14653,7 +14653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -14820,7 +14820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14922,7 +14922,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase" ] @@ -14974,7 +14974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15077,7 +15077,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase" ] @@ -15190,7 +15190,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase" ] @@ -15367,7 +15367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15474,7 +15474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -15594,7 +15594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -15894,7 +15894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -15992,7 +15992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -16094,7 +16094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -16295,7 +16295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSources": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", "Destinations": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", @@ -16408,7 +16408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -16500,7 +16500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -16633,7 +16633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -16834,7 +16834,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionGroup": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[]", "ConditionAllOf": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[]", @@ -16885,7 +16885,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActivityLogAlertName": "System.String", "Id": "System.String", @@ -16922,7 +16922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16932,7 +16932,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17058,7 +17058,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17074,7 +17074,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17205,7 +17205,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17221,7 +17221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17337,7 +17337,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17353,7 +17353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17419,7 +17419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActivityLogAlertName": "System.String", "Id": "System.String", @@ -17474,7 +17474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17490,7 +17490,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17590,7 +17590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17606,7 +17606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17679,7 +17679,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveResponse, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveResponse, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue[]", "Interval": "System.Nullable`1[System.TimeSpan]", @@ -17727,7 +17727,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettingName": "System.String", "Id": "System.String", @@ -17809,7 +17809,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17819,7 +17819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18017,7 +18017,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18033,7 +18033,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18099,7 +18099,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettingName": "System.String", "Id": "System.String", @@ -18229,7 +18229,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18245,7 +18245,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18420,7 +18420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18436,7 +18436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18509,7 +18509,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleSettingResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleSettingResource, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleSettingResource, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Notification": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[]", "Profile": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[]", @@ -18563,7 +18563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettingName": "System.String", "Id": "System.String", @@ -18600,7 +18600,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18610,7 +18610,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18736,7 +18736,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18752,7 +18752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18883,7 +18883,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18899,7 +18899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19015,7 +19015,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19031,7 +19031,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19097,7 +19097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettingName": "System.String", "Id": "System.String", @@ -19152,7 +19152,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19168,7 +19168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19268,7 +19268,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19284,7 +19284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19357,7 +19357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Log": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[]", "Metric": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[]", @@ -19405,7 +19405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -19442,7 +19442,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19452,7 +19452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19559,7 +19559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19575,7 +19575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19690,7 +19690,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19706,7 +19706,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19772,7 +19772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -19827,7 +19827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19843,7 +19843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19943,7 +19943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19959,7 +19959,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20032,7 +20032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CategoryType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType]", @@ -20073,7 +20073,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -20110,7 +20110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20120,7 +20120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20227,7 +20227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20243,7 +20243,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20358,7 +20358,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20374,7 +20374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20440,7 +20440,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -20495,7 +20495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20511,7 +20511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20611,7 +20611,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20627,7 +20627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20700,7 +20700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20150401", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20150401.ILocalizableString", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20150401.ILocalizableString, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20150401.ILocalizableString, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalizedValue": "System.String", "Value": "System.String" @@ -20739,7 +20739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20749,7 +20749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20826,7 +20826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20842,7 +20842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20915,7 +20915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionCustomProperty": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActionsCustomProperties", "CriterionAllOf": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", @@ -20985,7 +20985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -21022,7 +21022,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21032,7 +21032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21155,7 +21155,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21171,7 +21171,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21302,7 +21302,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21318,7 +21318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21434,7 +21434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21450,7 +21450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21516,7 +21516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -21571,7 +21571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21587,7 +21587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21687,7 +21687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21703,7 +21703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21776,7 +21776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Log": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType]", @@ -21823,7 +21823,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -21860,7 +21860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21870,7 +21870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21978,7 +21978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21994,7 +21994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22110,7 +22110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22126,7 +22126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22192,7 +22192,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -22247,7 +22247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22263,7 +22263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22363,7 +22363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22379,7 +22379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22452,7 +22452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionGroup": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[]", "ConditionAllOf": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[]", @@ -22502,7 +22502,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup" }, "ValidateNotNullOrEmpty": false @@ -22512,7 +22512,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition" }, "ValidateNotNullOrEmpty": false @@ -22590,7 +22590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22600,7 +22600,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22691,7 +22691,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup" }, "ValidateNotNullOrEmpty": false @@ -22707,7 +22707,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition" }, "ValidateNotNullOrEmpty": false @@ -22833,7 +22833,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22849,7 +22849,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22922,7 +22922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.ActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.ActionGroup, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.ActionGroup, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WebhookProperty": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties", "Id": "System.String" @@ -23035,7 +23035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -23065,7 +23065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23092,7 +23092,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleAnyOfOrLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleAnyOfOrLeafCondition, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleAnyOfOrLeafCondition, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnyOf": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[]", "Equal": "System.String", @@ -23208,7 +23208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition" }, "ValidateNotNullOrEmpty": false @@ -23252,7 +23252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition" }, "ValidateNotNullOrEmpty": false @@ -23326,7 +23326,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleLeafCondition, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleLeafCondition, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Equal": "System.String", "Field": "System.String", @@ -23523,7 +23523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleNotification, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleNotification, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Webhook": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[]", "EmailSendToSubscriptionAdministrator": "System.Nullable`1[System.Boolean]", @@ -23658,7 +23658,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification" }, "ValidateNotNullOrEmpty": false @@ -23720,7 +23720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification" }, "ValidateNotNullOrEmpty": false @@ -23748,7 +23748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleProfile, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleProfile, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rule": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[]", "ScheduleHour": "System.Int32[]", @@ -23899,7 +23899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule" }, "ValidateNotNullOrEmpty": false @@ -23936,7 +23936,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24050,7 +24050,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule" }, "ValidateNotNullOrEmpty": false @@ -24111,7 +24111,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24201,7 +24201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.ScaleRuleMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.ScaleRuleMetricDimension, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.ScaleRuleMetricDimension, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Operator": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType", "DimensionName": "System.String", @@ -24315,7 +24315,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24355,7 +24355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24398,7 +24398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.ScaleRule, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.ScaleRule, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricTriggerDimension": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[]", "MetricTriggerOperator": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType", @@ -24534,7 +24534,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24543,7 +24543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24561,7 +24561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24597,7 +24597,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24606,7 +24606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24615,7 +24615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension" }, "ValidateNotNullOrEmpty": false @@ -24697,7 +24697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24712,7 +24712,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24742,7 +24742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24802,7 +24802,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24817,7 +24817,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24832,7 +24832,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension" }, "ValidateNotNullOrEmpty": false @@ -24920,7 +24920,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleSettingResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleSettingResource, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleSettingResource, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Notification": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[]", "Profile": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[]", @@ -24982,7 +24982,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile" }, "ValidateNotNullOrEmpty": false @@ -25001,7 +25001,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification" }, "ValidateNotNullOrEmpty": false @@ -25020,7 +25020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25087,7 +25087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25097,7 +25097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25203,7 +25203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile" }, "ValidateNotNullOrEmpty": false @@ -25234,7 +25234,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification" }, "ValidateNotNullOrEmpty": false @@ -25265,7 +25265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25374,7 +25374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25390,7 +25390,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25463,7 +25463,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.WebhookNotification, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.WebhookNotification, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties", "ServiceUri": "System.String" @@ -25567,7 +25567,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25591,7 +25591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25633,7 +25633,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Log": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[]", "Metric": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[]", @@ -25699,7 +25699,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings" }, "ValidateNotNullOrEmpty": false @@ -25727,7 +25727,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings" }, "ValidateNotNullOrEmpty": false @@ -25786,7 +25786,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25796,7 +25796,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25899,7 +25899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings" }, "ValidateNotNullOrEmpty": false @@ -25945,7 +25945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings" }, "ValidateNotNullOrEmpty": false @@ -26040,7 +26040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26056,7 +26056,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26129,7 +26129,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.LogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.LogSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.LogSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionPolicyEnabled": "System.Nullable`1[System.Boolean]", @@ -26374,7 +26374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.MetricSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.MetricSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.MetricSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionPolicyEnabled": "System.Nullable`1[System.Boolean]", @@ -26619,7 +26619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.SubscriptionLogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.SubscriptionLogSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.SubscriptionLogSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "CategoryGroup": "System.String", @@ -26814,7 +26814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionCustomProperty": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActionsCustomProperties", "CriterionAllOf": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", @@ -26929,7 +26929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition" }, "ValidateNotNullOrEmpty": false @@ -26975,7 +26975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27080,7 +27080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27090,7 +27090,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27254,7 +27254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition" }, "ValidateNotNullOrEmpty": false @@ -27330,7 +27330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27501,7 +27501,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27517,7 +27517,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27590,7 +27590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.Condition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.Condition, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.Condition, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dimension": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[]", "Operator": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator]", @@ -27702,7 +27702,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension" }, "ValidateNotNullOrEmpty": false @@ -27748,7 +27748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27784,7 +27784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -27799,7 +27799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension" }, "ValidateNotNullOrEmpty": false @@ -27875,7 +27875,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27935,7 +27935,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27962,7 +27962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.Dimension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.Dimension, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.Dimension, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Operator": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator", "Name": "System.String", @@ -28076,7 +28076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28116,7 +28116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28159,7 +28159,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Log": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType]", @@ -28223,7 +28223,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings" }, "ValidateNotNullOrEmpty": false @@ -28291,7 +28291,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28301,7 +28301,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28404,7 +28404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings" }, "ValidateNotNullOrEmpty": false @@ -28514,7 +28514,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28530,7 +28530,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28646,7 +28646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActivityLogAlertName": "System.String", "Id": "System.String", @@ -28683,7 +28683,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28693,7 +28693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28827,7 +28827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28843,7 +28843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28924,7 +28924,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActivityLogAlertName": "System.String", "Id": "System.String", @@ -28979,7 +28979,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28995,7 +28995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29110,7 +29110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29126,7 +29126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29257,7 +29257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettingName": "System.String", "Id": "System.String", @@ -29294,7 +29294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29304,7 +29304,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29438,7 +29438,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29454,7 +29454,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29535,7 +29535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettingName": "System.String", "Id": "System.String", @@ -29590,7 +29590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29606,7 +29606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29721,7 +29721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29737,7 +29737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29856,7 +29856,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -29893,7 +29893,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29903,7 +29903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30019,7 +30019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30035,7 +30035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30116,7 +30116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -30171,7 +30171,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30187,7 +30187,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30302,7 +30302,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30318,7 +30318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30446,7 +30446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -30483,7 +30483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30493,7 +30493,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30624,7 +30624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30640,7 +30640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30721,7 +30721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -30776,7 +30776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30792,7 +30792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30907,7 +30907,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30923,7 +30923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31042,7 +31042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -31079,7 +31079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31089,7 +31089,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31205,7 +31205,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31221,7 +31221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31302,7 +31302,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingIdentity, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -31357,7 +31357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31373,7 +31373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31488,7 +31488,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31504,7 +31504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31592,7 +31592,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionGroup": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[]", "ConditionAllOf": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[]", @@ -31642,7 +31642,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActivityLogAlertName": "System.String", "Id": "System.String", @@ -31697,7 +31697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31707,7 +31707,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31862,7 +31862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31878,7 +31878,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31944,7 +31944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActivityLogAlertName": "System.String", "Id": "System.String", @@ -32029,7 +32029,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32045,7 +32045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32175,7 +32175,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32191,7 +32191,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32264,7 +32264,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResource, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionCustomProperty": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActionsCustomProperties", "CriterionAllOf": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", @@ -32333,7 +32333,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -32385,7 +32385,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition" }, "ValidateNotNullOrEmpty": false @@ -32527,7 +32527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32537,7 +32537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32686,7 +32686,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition" }, "ValidateNotNullOrEmpty": false @@ -32918,7 +32918,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32934,7 +32934,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33000,7 +33000,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -33082,7 +33082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition" }, "ValidateNotNullOrEmpty": false @@ -33314,7 +33314,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33330,7 +33330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33457,7 +33457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition" }, "ValidateNotNullOrEmpty": false @@ -33689,7 +33689,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33705,7 +33705,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34009,7 +34009,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", "Action": "Microsoft.Azure.Management.Monitor.Models.RuleAction", @@ -34073,7 +34073,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSource": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource" }, @@ -34119,7 +34119,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceUri": "System.String", "LegacyResourceId": "System.String", @@ -34309,7 +34309,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction" ] @@ -34317,7 +34317,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -34377,7 +34377,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -34590,7 +34590,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria" ] @@ -34598,7 +34598,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType" } @@ -34606,7 +34606,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -34765,7 +34765,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver" ] @@ -34773,7 +34773,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseCommonAlertSchema": "System.Boolean", "RoleId": "System.String", @@ -34821,7 +34821,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver" ] @@ -34829,7 +34829,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsGlobalRunbook": "System.Boolean", "UseCommonAlertSchema": "System.Boolean", @@ -34881,7 +34881,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver" ] @@ -34889,7 +34889,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EmailAddress": "System.String", "Name": "System.String" @@ -34936,7 +34936,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver" ] @@ -34944,7 +34944,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseCommonAlertSchema": "System.Boolean", "FunctionAppResourceId": "System.String", @@ -34994,7 +34994,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver" ] @@ -35002,7 +35002,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseCommonAlertSchema": "System.Boolean", "Status": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", @@ -35051,7 +35051,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus" ] @@ -35059,7 +35059,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -35146,7 +35146,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver" ] @@ -35154,7 +35154,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventHubReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseCommonAlertSchema": "System.Boolean", "SubscriptionId": "System.String", @@ -35204,7 +35204,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver" ] @@ -35212,7 +35212,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceId": "System.String", "ConnectionId": "System.String", @@ -35262,7 +35262,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver" ] @@ -35270,7 +35270,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseCommonAlertSchema": "System.Boolean", "ResourceId": "System.String", @@ -35319,7 +35319,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver" ] @@ -35327,7 +35327,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", "CountryCode": "System.String", @@ -35376,7 +35376,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver" ] @@ -35384,7 +35384,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CountryCode": "System.String", "PhoneNumber": "System.String", @@ -35432,7 +35432,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver" ] @@ -35440,7 +35440,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseCommonAlertSchema": "System.Boolean", "UseAadAuth": "System.Boolean", @@ -35492,7 +35492,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Content": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, @@ -35545,7 +35545,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "System.String", "Action": "System.String", @@ -35585,7 +35585,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientId": "System.String", "Method": "System.String", @@ -35892,7 +35892,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource]", "PerformanceCounters": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource]", @@ -35941,7 +35941,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource" ] @@ -35949,7 +35949,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSExtensionDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Streams": "System.Collections.Generic.IList`1[System.String]", "InputDataSources": "System.Collections.Generic.IList`1[System.String]", @@ -35999,7 +35999,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource" ] @@ -36007,7 +36007,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Streams": "System.Collections.Generic.IList`1[System.String]", "CounterSpecifiers": "System.Collections.Generic.IList`1[System.String]", @@ -36057,7 +36057,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource" ] @@ -36065,7 +36065,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSyslogDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Streams": "System.Collections.Generic.IList`1[System.String]", "FacilityNames": "System.Collections.Generic.IList`1[System.String]", @@ -36114,7 +36114,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource" ] @@ -36122,7 +36122,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWindowsEventLogDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Streams": "System.Collections.Generic.IList`1[System.String]", "XPathQueries": "System.Collections.Generic.IList`1[System.String]", @@ -36171,7 +36171,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureMonitorMetrics": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDestinationsSpecAzureMonitorMetrics", "LogAnalytics": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination]" @@ -36218,7 +36218,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDestinationsSpecAzureMonitorMetrics": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDestinationsSpecAzureMonitorMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDestinationsSpecAzureMonitorMetrics, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDestinationsSpecAzureMonitorMetrics, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -36264,7 +36264,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination" ] @@ -36272,7 +36272,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogAnalyticsDestination, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceResourceId": "System.String", "Name": "System.String" @@ -36319,7 +36319,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow" ] @@ -36327,7 +36327,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Streams": "System.Collections.Generic.IList`1[System.String]", "Destinations": "System.Collections.Generic.IList`1[System.String]" @@ -36374,7 +36374,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -36432,7 +36432,7 @@ "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.ObjectModel", "Name": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.ObjectModel.ReadOnlyCollection`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.ObjectModel.ReadOnlyCollection`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile" ] @@ -36453,7 +36453,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile" ] @@ -36461,7 +36461,7 @@ "System.Collections.Generic.List`1+Enumerator[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1+Enumerator[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1+Enumerator[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1+Enumerator[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile" ] @@ -36469,7 +36469,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[]": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile" }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricValue]": { @@ -37076,7 +37076,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludeValues": "System.Collections.Generic.IList`1[System.String]", "ExcludeValues": "System.Collections.Generic.IList`1[System.String]", @@ -37129,7 +37129,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -37161,13 +37161,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroup, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WebhookProperty": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties", "Id": "System.String" @@ -37176,18 +37176,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActionGroupWebhookProperties, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAnyOfOrLeafCondition, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnyOf": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[]" } @@ -37195,13 +37195,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[], Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Equal": "System.String", "Field": "System.String", @@ -37217,7 +37217,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.SendAsyncStep, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -37385,13 +37385,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeStamp": "System.DateTime", "Value": "System.Double" @@ -37400,7 +37400,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.SendAsyncStep, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -37534,13 +37534,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleNotification, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Webhook": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[]", "EmailSendToSubscriptionAdministrator": "System.Nullable`1[System.Boolean]", @@ -37552,13 +37552,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties", "ServiceUri": "System.String" @@ -37567,18 +37567,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotificationProperties, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleProfile, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rule": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[]", "ScheduleHour": "System.Int32[]", @@ -37598,13 +37598,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRule, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricTriggerDimension": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[]", "MetricTriggerOperator": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType", @@ -37627,13 +37627,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension[], Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IScaleRuleMetricDimension, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Operator": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType", "DimensionName": "System.String", @@ -37643,7 +37643,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleRuleMetricDimensionOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -37721,7 +37721,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ComparisonOperationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -37786,7 +37786,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -37851,7 +37851,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -37916,7 +37916,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -37981,7 +37981,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38052,7 +38052,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency" ] @@ -38060,7 +38060,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38125,7 +38125,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode" ] @@ -38133,7 +38133,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38198,13 +38198,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ILogSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionPolicyEnabled": "System.Nullable`1[System.Boolean]", @@ -38224,13 +38224,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IMetricSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionPolicyEnabled": "System.Nullable`1[System.Boolean]", @@ -38242,7 +38242,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType" ] @@ -38250,7 +38250,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CreatedByType, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38315,7 +38315,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.SendAsyncStep, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -38449,7 +38449,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType" ] @@ -38457,7 +38457,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38522,18 +38522,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActionsCustomProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActionsCustomProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActionsCustomProperties, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActionsCustomProperties, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ICondition, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dimension": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[]", "Operator": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator]", @@ -38550,13 +38550,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension[], Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Operator": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator", "Name": "System.String", @@ -38566,7 +38566,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38631,7 +38631,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator" ] @@ -38639,7 +38639,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38704,7 +38704,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation" ] @@ -38712,7 +38712,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.TimeAggregation, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38785,7 +38785,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType" ] @@ -38793,7 +38793,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.CreatedByType, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38858,7 +38858,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind" ] @@ -38866,7 +38866,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.Kind, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38931,7 +38931,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.SendAsyncStep, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -39065,13 +39065,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings[], Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings" }, "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionLogSettings, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "CategoryGroup": "System.String", @@ -39081,7 +39081,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Json.JsonNode, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Json.JsonNode, Az.ActivityLogAlert.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Json.JsonNode" }, @@ -39118,7 +39118,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Json.JsonNode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Json.JsonNode, Az.Autoscale.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Json.JsonNode" }, @@ -39150,7 +39150,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Json.JsonNode, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Json.JsonNode, Az.DiagnosticSetting.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Json.JsonNode" }, @@ -39182,7 +39182,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Json.JsonNode, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Json.JsonNode, Az.ScheduledQueryRule.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Json.JsonNode" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Network.json b/tools/Tools.Common/SerializedCmdlets/Az.Network.json index 1fcdaae6c7a3..c6919c2156dc 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.21.0", + "ModuleVersion": "5.0.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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -125,7 +125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -245,7 +245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -395,7 +395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -504,7 +504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -635,7 +635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -802,7 +802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -911,7 +911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1040,7 +1040,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -1062,7 +1062,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -1089,7 +1089,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -1099,7 +1099,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -1171,7 +1171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1336,7 +1336,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -1370,7 +1370,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -1403,7 +1403,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -1419,7 +1419,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -1536,7 +1536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1645,7 +1645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1770,7 +1770,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -1797,7 +1797,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -1851,7 +1851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2012,7 +2012,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -2045,7 +2045,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -2129,7 +2129,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -2175,7 +2175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2295,7 +2295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2445,7 +2445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2554,7 +2554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2657,7 +2657,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -2706,7 +2706,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -2745,7 +2745,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -2798,7 +2798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3001,7 +3001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3144,7 +3144,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -3190,7 +3190,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -3235,7 +3235,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -3259,7 +3259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3394,7 +3394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3503,7 +3503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3623,7 +3623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3773,7 +3773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3882,7 +3882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3976,7 +3976,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -4009,7 +4009,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -4044,7 +4044,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -4067,7 +4067,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -4096,7 +4096,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -4161,7 +4161,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -4197,7 +4197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4363,7 +4363,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -4485,7 +4485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4651,7 +4651,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -4698,7 +4698,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -4728,7 +4728,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -4751,7 +4751,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -4780,7 +4780,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -4806,7 +4806,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -4832,7 +4832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4998,7 +4998,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -5052,7 +5052,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -5098,7 +5098,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -5173,7 +5173,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -5278,7 +5278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5387,7 +5387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5481,7 +5481,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -5547,7 +5547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5690,7 +5690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5818,7 +5818,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -5864,7 +5864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5999,7 +5999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6108,7 +6108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6202,7 +6202,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -6235,7 +6235,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -6261,7 +6261,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -6290,7 +6290,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -6349,7 +6349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6556,7 +6556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6703,7 +6703,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -6733,7 +6733,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -6756,7 +6756,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -6782,7 +6782,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -6808,7 +6808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6962,7 +6962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7071,7 +7071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7156,7 +7156,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -7192,7 +7192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7289,7 +7289,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -7343,7 +7343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7452,7 +7452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7628,7 +7628,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -7668,7 +7668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7910,7 +7910,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -7968,7 +7968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8077,7 +8077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8186,7 +8186,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -8276,7 +8276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8476,7 +8476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8661,7 +8661,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -8698,7 +8698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8898,7 +8898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9090,7 +9090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9199,7 +9199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9320,7 +9320,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -9360,7 +9360,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -9400,7 +9400,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -9429,7 +9429,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -9463,7 +9463,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -9490,7 +9490,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -9543,7 +9543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9800,7 +9800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9967,7 +9967,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10004,7 +10004,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10041,7 +10041,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -10067,7 +10067,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10098,7 +10098,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -10122,7 +10122,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -10155,7 +10155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10329,7 +10329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10438,7 +10438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10523,7 +10523,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -10561,7 +10561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10658,7 +10658,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -10714,7 +10714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10823,7 +10823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10944,7 +10944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -10977,7 +10977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11011,7 +11011,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -11057,7 +11057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11269,7 +11269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11436,7 +11436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -11466,7 +11466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11497,7 +11497,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -11523,7 +11523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11697,7 +11697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11806,7 +11806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11944,7 +11944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12124,7 +12124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12233,7 +12233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12318,7 +12318,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -12336,7 +12336,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -12349,7 +12349,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -12385,7 +12385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12482,7 +12482,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -12506,7 +12506,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -12525,7 +12525,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -12579,7 +12579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12688,7 +12688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12808,7 +12808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12958,7 +12958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13067,7 +13067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13187,7 +13187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13337,7 +13337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13446,7 +13446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13531,7 +13531,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -13550,7 +13550,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -13579,7 +13579,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13610,7 +13610,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -13646,7 +13646,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -13699,7 +13699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13796,7 +13796,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -13888,7 +13888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13985,7 +13985,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -14032,7 +14032,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -14058,7 +14058,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14095,7 +14095,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -14119,7 +14119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14216,7 +14216,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -14263,7 +14263,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -14287,7 +14287,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -14320,7 +14320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14417,7 +14417,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -14494,7 +14494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14591,7 +14591,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -14645,7 +14645,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14764,7 +14764,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14860,7 +14860,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14944,7 +14944,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15028,7 +15028,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15111,7 +15111,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15197,7 +15197,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15281,7 +15281,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15404,7 +15404,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15562,7 +15562,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15697,7 +15697,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15781,7 +15781,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15919,7 +15919,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -16007,7 +16007,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16291,7 +16291,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16545,7 +16545,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -16591,7 +16591,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16852,7 +16852,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -16926,7 +16926,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -17108,7 +17108,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -17359,7 +17359,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -17419,7 +17419,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -17494,7 +17494,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -17572,7 +17572,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -17644,7 +17644,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -17692,7 +17692,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -17728,7 +17728,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -17788,7 +17788,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -17842,7 +17842,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -17914,7 +17914,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -18003,7 +18003,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18052,7 +18052,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -18100,7 +18100,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -18170,7 +18170,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -18326,7 +18326,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18372,7 +18372,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -18543,7 +18543,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -18680,7 +18680,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -18802,7 +18802,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -18847,7 +18847,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -18984,7 +18984,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -19106,7 +19106,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -19147,7 +19147,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -19276,7 +19276,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -19348,7 +19348,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -19468,7 +19468,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19530,7 +19530,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -19741,7 +19741,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -19937,7 +19937,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19979,7 +19979,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20182,7 +20182,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20254,7 +20254,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20365,7 +20365,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20434,7 +20434,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -20485,7 +20485,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20732,7 +20732,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20949,7 +20949,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20991,7 +20991,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -21022,7 +21022,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21246,7 +21246,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21318,7 +21318,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21402,7 +21402,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -21421,7 +21421,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -21472,7 +21472,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21592,7 +21592,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -21654,7 +21654,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21774,7 +21774,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -21821,7 +21821,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -21852,7 +21852,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21972,7 +21972,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -22026,7 +22026,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22098,7 +22098,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22229,7 +22229,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22420,7 +22420,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22492,7 +22492,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22621,7 +22621,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -22667,7 +22667,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -22686,7 +22686,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -22735,7 +22735,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22992,7 +22992,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -23203,7 +23203,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -23245,7 +23245,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -23261,7 +23261,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -23290,7 +23290,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -23508,7 +23508,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -23605,7 +23605,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -23688,7 +23688,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -23737,7 +23737,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -23786,7 +23786,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -23806,7 +23806,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -23826,7 +23826,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -23846,7 +23846,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -23906,7 +23906,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -24144,7 +24144,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -24273,7 +24273,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -24319,7 +24319,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -24364,7 +24364,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -24380,7 +24380,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -24396,7 +24396,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -24412,7 +24412,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -24458,7 +24458,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -24594,7 +24594,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -24682,7 +24682,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -24743,7 +24743,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -24796,7 +24796,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -24906,7 +24906,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -25001,7 +25001,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -25034,7 +25034,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -25136,7 +25136,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -25223,7 +25223,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -25318,7 +25318,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -25328,7 +25328,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -25434,7 +25434,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -25655,7 +25655,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -25671,7 +25671,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -25702,7 +25702,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -25970,7 +25970,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -26198,7 +26198,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -26265,7 +26265,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -26353,7 +26353,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -26483,7 +26483,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -26549,7 +26549,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -26653,7 +26653,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -26805,7 +26805,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -27237,7 +27237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -27287,7 +27287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -27358,7 +27358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -27465,7 +27465,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -27540,7 +27540,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -27634,7 +27634,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -27749,7 +27749,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -27963,7 +27963,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -28022,7 +28022,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" }, "ValidateNotNullOrEmpty": false @@ -28083,7 +28083,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" }, "ValidateNotNullOrEmpty": false @@ -28153,7 +28153,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -28229,7 +28229,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -28299,7 +28299,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -28348,7 +28348,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -28413,7 +28413,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -28553,7 +28553,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -28663,7 +28663,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -28709,7 +28709,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -28754,7 +28754,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -28871,7 +28871,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -28948,7 +28948,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -29086,7 +29086,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -29263,7 +29263,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -29348,7 +29348,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -29410,7 +29410,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -29448,7 +29448,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -29489,7 +29489,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -29528,7 +29528,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -29538,7 +29538,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -29566,7 +29566,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -29617,7 +29617,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -29698,7 +29698,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -29714,7 +29714,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -29760,7 +29760,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -29870,7 +29870,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -29951,7 +29951,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -29967,7 +29967,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -30013,7 +30013,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -30060,7 +30060,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -30095,7 +30095,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -30130,7 +30130,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -30180,7 +30180,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -30261,7 +30261,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -30277,7 +30277,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -30323,7 +30323,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -30377,7 +30377,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -30808,7 +30808,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -31023,7 +31023,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -31238,7 +31238,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -31598,7 +31598,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -31958,7 +31958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCommit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCommit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCommit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocations": "System.Collections.Generic.IList`1[System.String]", "ConfigurationIds": "System.Collections.Generic.IList`1[System.String]", @@ -32210,7 +32210,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32309,7 +32309,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32601,7 +32601,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32800,7 +32800,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -32903,7 +32903,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -33217,7 +33217,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -33427,7 +33427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33654,7 +33654,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -33713,7 +33713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33830,7 +33830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33950,7 +33950,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -33996,7 +33996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34098,7 +34098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34218,7 +34218,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableServerVariable": "System.Collections.Generic.IList`1[System.String]", "AvailableRequestHeader": "System.Collections.Generic.IList`1[System.String]", @@ -34404,7 +34404,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PredefinedPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "AvailableCipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -34532,7 +34532,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", "ValueText": "System.String" @@ -34646,7 +34646,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -34716,7 +34716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34833,7 +34833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34953,7 +34953,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", "BackendAddressPoolsText": "System.String" @@ -35244,7 +35244,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -35329,7 +35329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35446,7 +35446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35569,7 +35569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -35647,7 +35647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35764,7 +35764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35884,7 +35884,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -35930,7 +35930,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -35976,7 +35976,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -36040,7 +36040,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -36086,7 +36086,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -36143,7 +36143,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -36218,7 +36218,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -36273,7 +36273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -36390,7 +36390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -36510,7 +36510,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -36684,7 +36684,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -36750,7 +36750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -36867,7 +36867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -36987,7 +36987,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -37046,7 +37046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -37163,7 +37163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -37283,7 +37283,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -37356,7 +37356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -37473,7 +37473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -37593,7 +37593,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -37648,7 +37648,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -37720,7 +37720,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -37795,7 +37795,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -37843,7 +37843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -37945,7 +37945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -38065,7 +38065,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -38125,7 +38125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -38242,7 +38242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -38362,7 +38362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -38429,7 +38429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -38546,7 +38546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -38666,7 +38666,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -38717,7 +38717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -38828,7 +38828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -38963,7 +38963,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -39032,7 +39032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -39149,7 +39149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -39269,7 +39269,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -39338,7 +39338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -39455,7 +39455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -39575,7 +39575,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -39647,7 +39647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -39764,7 +39764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -39884,7 +39884,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -39948,7 +39948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -40065,7 +40065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -40185,7 +40185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -40251,7 +40251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -40368,7 +40368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -40488,7 +40488,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -40535,7 +40535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -40637,7 +40637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -40757,7 +40757,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -40819,7 +40819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -40936,7 +40936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -41056,7 +41056,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -41107,7 +41107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -41209,7 +41209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -41329,7 +41329,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CipherSuites": "System.Collections.Generic.List`1[System.String]", "MinProtocolVersion": "System.String", @@ -41470,7 +41470,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -41532,7 +41532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -41649,7 +41649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -41769,7 +41769,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -41820,7 +41820,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -41866,7 +41866,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -41930,7 +41930,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ValidatedCertData": "System.String", @@ -41991,7 +41991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42108,7 +42108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42228,7 +42228,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -42287,7 +42287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42404,7 +42404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42524,7 +42524,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -42591,7 +42591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42708,7 +42708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42828,7 +42828,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -42883,7 +42883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42985,7 +42985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -43105,7 +43105,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -43277,7 +43277,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkService": "System.String" }, @@ -43434,7 +43434,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -43595,7 +43595,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -43731,7 +43731,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -43868,7 +43868,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -43943,7 +43943,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBastion" ] @@ -44211,7 +44211,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpCommunities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", "Name": "System.String", @@ -44325,7 +44325,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -44599,7 +44599,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -44806,7 +44806,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -44865,7 +44865,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -44946,7 +44946,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -45030,7 +45030,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Association": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -45194,7 +45194,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "AddressPrefix": "System.Collections.Generic.List`1[System.String]", @@ -45381,7 +45381,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -45574,7 +45574,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -45658,7 +45658,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -45747,7 +45747,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -45800,7 +45800,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -45859,7 +45859,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -45942,7 +45942,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46028,7 +46028,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46094,7 +46094,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46177,7 +46177,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46263,7 +46263,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -46342,7 +46342,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46425,7 +46425,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46511,7 +46511,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -46596,7 +46596,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -46685,7 +46685,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -46738,7 +46738,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "V": "System.Nullable`1[System.Int32]", "AsProperty": "System.Nullable`1[System.Int32]", @@ -46823,7 +46823,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -46912,7 +46912,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -46965,7 +46965,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryBytesIn": "System.Nullable`1[System.Int64]", "PrimaryBytesOut": "System.Nullable`1[System.Int64]", @@ -47170,7 +47170,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -47246,7 +47246,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -47407,7 +47407,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -47615,7 +47615,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -47792,7 +47792,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -47862,7 +47862,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -47908,7 +47908,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -48001,7 +48001,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -48051,7 +48051,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -48109,7 +48109,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -48179,7 +48179,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -48236,7 +48236,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -48309,7 +48309,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -48382,7 +48382,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -48458,7 +48458,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -48529,7 +48529,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -48575,7 +48575,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -48668,7 +48668,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -48718,7 +48718,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -48776,7 +48776,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -48846,7 +48846,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -48903,7 +48903,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -48990,7 +48990,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -49036,7 +49036,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -49129,7 +49129,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -49179,7 +49179,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -49237,7 +49237,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -49307,7 +49307,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -49364,7 +49364,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -49636,7 +49636,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -49907,7 +49907,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -49967,7 +49967,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -50042,7 +50042,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -50120,7 +50120,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -50168,7 +50168,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -50228,7 +50228,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -50306,7 +50306,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -50371,7 +50371,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -50455,7 +50455,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -50526,7 +50526,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -50612,7 +50612,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -50690,7 +50690,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableBandwidths": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", "Tag": "System.Collections.Hashtable", @@ -50836,7 +50836,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BandwidthsOffered": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", "PeeringLocations": "System.Collections.Generic.List`1[System.String]", @@ -50952,7 +50952,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -51253,7 +51253,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall" ] @@ -51387,7 +51387,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -51438,7 +51438,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag" ] @@ -51518,7 +51518,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -51790,7 +51790,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -51866,7 +51866,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -52033,7 +52033,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -52189,7 +52189,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -52502,7 +52502,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -52555,7 +52555,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIpGroup" ] @@ -52775,7 +52775,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -53084,7 +53084,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendPort": "System.Nullable`1[System.Int32]", "BackendPort": "System.Nullable`1[System.Int32]", @@ -53159,7 +53159,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -53372,7 +53372,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -53622,7 +53622,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -53719,7 +53719,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -53884,7 +53884,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -54044,7 +54044,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -54114,7 +54114,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -54188,7 +54188,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -54286,7 +54286,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54379,7 +54379,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -54453,7 +54453,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -54551,7 +54551,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -54620,7 +54620,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -54694,7 +54694,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -54792,7 +54792,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54862,7 +54862,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -54936,7 +54936,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -55034,7 +55034,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -55094,7 +55094,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -55168,7 +55168,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -55266,7 +55266,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -55342,7 +55342,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -55416,7 +55416,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -55514,7 +55514,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55586,7 +55586,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -55660,7 +55660,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -55758,7 +55758,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -55936,7 +55936,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -56248,7 +56248,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -56895,7 +56895,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", @@ -56994,7 +56994,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -57078,7 +57078,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -57165,7 +57165,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -57438,7 +57438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -57711,7 +57711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfigurationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfigurationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfigurationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration]", "SkipToken": "System.String", @@ -57920,7 +57920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveSecurityAdminRuleResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveSecurityAdminRuleResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveSecurityAdminRuleResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule]", "SkipToken": "System.String", @@ -58129,7 +58129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -58472,7 +58472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatusResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatusResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatusResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus]", "SkipToken": "System.String", @@ -58707,7 +58707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfigurationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfigurationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfigurationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration]", "SkipToken": "System.String", @@ -58890,7 +58890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveSecurityAdminRuleResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveSecurityAdminRuleResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveSecurityAdminRuleResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule]", "SkipToken": "System.String", @@ -59073,7 +59073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -59409,7 +59409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -59693,7 +59693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -60032,7 +60032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -60372,7 +60372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -60830,7 +60830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -61235,7 +61235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -61627,7 +61627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -61857,7 +61857,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -62268,7 +62268,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -62583,7 +62583,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -62653,7 +62653,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -62732,7 +62732,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -62820,7 +62820,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", "Name": "System.String", @@ -62958,7 +62958,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceType": "System.String" }, @@ -63091,7 +63091,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -63358,7 +63358,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableScaleUnits": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances]", "AvailableVersions": "System.Collections.Generic.IList`1[System.String]", @@ -63527,7 +63527,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -63785,7 +63785,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -63843,7 +63843,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -63902,7 +63902,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -63997,7 +63997,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -64300,7 +64300,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", "StatesText": "System.String" @@ -64346,7 +64346,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -64403,7 +64403,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -64471,7 +64471,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -64796,7 +64796,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -64922,7 +64922,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -64986,7 +64986,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -65081,7 +65081,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -65384,7 +65384,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -65437,7 +65437,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -65532,7 +65532,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -65858,7 +65858,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NextHopType": "System.String", "NextHopIpAddress": "System.String", @@ -65905,7 +65905,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -66027,7 +66027,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -66533,7 +66533,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", @@ -66609,7 +66609,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -66704,7 +66704,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -67030,7 +67030,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Countries": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", "CountriesText": "System.String" @@ -67076,7 +67076,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -67209,7 +67209,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -67842,7 +67842,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderLocation": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", "ReachabilityReport": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", @@ -67891,7 +67891,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -68052,7 +68052,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -68915,7 +68915,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", "NetworkInterfacesText": "System.String" @@ -68961,7 +68961,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -69056,7 +69056,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -69382,7 +69382,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", "CreatedDateTime": "System.Nullable`1[System.DateTime]", @@ -69431,7 +69431,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -69517,7 +69517,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -69783,7 +69783,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -69845,7 +69845,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -69931,7 +69931,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -70197,7 +70197,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -70413,7 +70413,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -70502,7 +70502,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -70636,7 +70636,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -70789,7 +70789,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SasUrl": "System.String" }, @@ -70858,7 +70858,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -71042,7 +71042,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -71288,7 +71288,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileUrl": "System.String" }, @@ -71357,7 +71357,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -71523,7 +71523,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -71733,7 +71733,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -72017,7 +72017,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -72340,7 +72340,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -72770,7 +72770,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequiredMembers": "System.Collections.Generic.List`1[System.String]", "RequiredZoneNames": "System.Collections.Generic.List`1[System.String]", @@ -73116,7 +73116,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -73424,7 +73424,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -74032,7 +74032,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -74304,7 +74304,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -74355,7 +74355,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -74416,7 +74416,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -74501,7 +74501,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -74804,7 +74804,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -74863,7 +74863,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -74929,7 +74929,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -74998,7 +74998,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -75272,7 +75272,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -75550,7 +75550,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -75631,7 +75631,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -75777,7 +75777,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -75899,7 +75899,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -75980,7 +75980,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -76126,7 +76126,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -76248,7 +76248,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -76552,7 +76552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -76629,7 +76629,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -76810,7 +76810,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -77032,7 +77032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -77081,7 +77081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -77133,7 +77133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -77209,7 +77209,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -77470,7 +77470,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -77734,7 +77734,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -77794,7 +77794,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -77860,7 +77860,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -77929,7 +77929,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -78011,7 +78011,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -78192,7 +78192,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -78414,7 +78414,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -78692,7 +78692,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -78916,7 +78916,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -79006,7 +79006,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -79191,7 +79191,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -79355,7 +79355,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -79432,7 +79432,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -79613,7 +79613,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -79835,7 +79835,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -79913,7 +79913,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -80093,7 +80093,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -80315,7 +80315,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -80628,7 +80628,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -80763,7 +80763,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -80957,7 +80957,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -81174,7 +81174,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Asn": "System.Nullable`1[System.Int32]", "RoutesReceived": "System.Nullable`1[System.Int64]", @@ -81392,7 +81392,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -81595,7 +81595,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa" ] @@ -81633,7 +81633,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -81809,7 +81809,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -82361,7 +82361,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -82554,7 +82554,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -82635,7 +82635,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -82818,7 +82818,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -83174,7 +83174,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnConnectionDuration": "System.Nullable`1[System.Int64]", "MaxBandwidth": "System.Nullable`1[System.Int64]", @@ -83257,7 +83257,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -83490,7 +83490,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -83638,7 +83638,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -83842,7 +83842,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -83952,7 +83952,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -84045,7 +84045,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -84209,7 +84209,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -84467,7 +84467,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", "CurrentValue": "System.Double", @@ -84629,7 +84629,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -84902,7 +84902,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -85180,7 +85180,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -85261,7 +85261,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -85407,7 +85407,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -85529,7 +85529,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -85610,7 +85610,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -85756,7 +85756,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -85878,7 +85878,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -86084,7 +86084,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SasUrl": "System.String" }, @@ -86154,7 +86154,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -86209,7 +86209,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite" }, "ValidateNotNullOrEmpty": true @@ -86279,7 +86279,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite" }, "ValidateNotNullOrEmpty": true @@ -86440,7 +86440,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -86470,7 +86470,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite" }, "ValidateNotNullOrEmpty": true @@ -86535,7 +86535,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -86645,7 +86645,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite" }, "ValidateNotNullOrEmpty": true @@ -86840,7 +86840,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnServerConfigurationResourceIds": "System.Collections.Generic.List`1[System.String]", "VpnServerConfigurationResourceIdsText": "System.String" @@ -86910,7 +86910,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -87039,7 +87039,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -87187,7 +87187,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileUrl": "System.String" }, @@ -87256,7 +87256,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -87292,7 +87292,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -87416,7 +87416,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -87616,7 +87616,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -87646,7 +87646,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -87748,7 +87748,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -87861,7 +87861,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -88100,7 +88100,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -88263,7 +88263,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -88590,7 +88590,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -88781,7 +88781,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -88972,7 +88972,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -89062,7 +89062,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -89231,7 +89231,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -89442,7 +89442,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -89655,7 +89655,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -89740,7 +89740,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -89909,7 +89909,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -90120,7 +90120,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -90347,7 +90347,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -90440,7 +90440,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -90660,7 +90660,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -90835,7 +90835,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -91048,7 +91048,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.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" ] @@ -91113,7 +91113,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -91308,7 +91308,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -91506,7 +91506,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", "ResultsText": "System.String" @@ -91552,7 +91552,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -91630,7 +91630,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -91677,7 +91677,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -91734,7 +91734,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -91861,7 +91861,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -91970,7 +91970,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -92079,7 +92079,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -92173,7 +92173,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -92244,7 +92244,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -92557,7 +92557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -92696,7 +92696,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -92710,7 +92710,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -92728,7 +92728,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -92738,7 +92738,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -92748,7 +92748,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -92758,7 +92758,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -92768,7 +92768,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -92778,7 +92778,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -92788,7 +92788,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -92798,7 +92798,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -92808,7 +92808,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -92818,7 +92818,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -92828,7 +92828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -92838,7 +92838,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -92848,7 +92848,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -92858,7 +92858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -92868,7 +92868,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -92878,7 +92878,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -92888,7 +92888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -92898,7 +92898,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -92908,7 +92908,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -92918,7 +92918,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -92949,7 +92949,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -92972,7 +92972,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -93043,7 +93043,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -93076,7 +93076,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -93086,7 +93086,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -93170,7 +93170,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -93190,7 +93190,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -93214,7 +93214,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -93230,7 +93230,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -93246,7 +93246,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -93262,7 +93262,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -93278,7 +93278,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -93294,7 +93294,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -93310,7 +93310,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -93326,7 +93326,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -93342,7 +93342,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -93358,7 +93358,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -93374,7 +93374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -93390,7 +93390,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -93406,7 +93406,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -93422,7 +93422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -93438,7 +93438,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -93454,7 +93454,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -93470,7 +93470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -93486,7 +93486,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -93502,7 +93502,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -93518,7 +93518,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -93546,7 +93546,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -93671,7 +93671,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -93687,7 +93687,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -93797,7 +93797,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -93817,7 +93817,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -93841,7 +93841,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -93857,7 +93857,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -93873,7 +93873,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -93889,7 +93889,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -93905,7 +93905,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -93921,7 +93921,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -93937,7 +93937,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -93953,7 +93953,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -93969,7 +93969,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -93985,7 +93985,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -94001,7 +94001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -94017,7 +94017,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -94033,7 +94033,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -94049,7 +94049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -94065,7 +94065,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -94081,7 +94081,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -94097,7 +94097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -94113,7 +94113,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -94129,7 +94129,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -94145,7 +94145,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -94173,7 +94173,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -94298,7 +94298,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -94314,7 +94314,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -94361,7 +94361,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -94438,7 +94438,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -94458,7 +94458,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -94482,7 +94482,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -94498,7 +94498,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -94514,7 +94514,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -94530,7 +94530,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -94546,7 +94546,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -94562,7 +94562,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -94578,7 +94578,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -94594,7 +94594,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -94610,7 +94610,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -94626,7 +94626,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -94642,7 +94642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -94658,7 +94658,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -94674,7 +94674,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -94690,7 +94690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -94706,7 +94706,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -94722,7 +94722,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -94738,7 +94738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -94754,7 +94754,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -94770,7 +94770,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -94786,7 +94786,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -94814,7 +94814,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -94939,7 +94939,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -94955,7 +94955,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -95068,7 +95068,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -95088,7 +95088,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -95112,7 +95112,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -95128,7 +95128,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -95144,7 +95144,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -95160,7 +95160,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -95176,7 +95176,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -95192,7 +95192,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -95208,7 +95208,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -95224,7 +95224,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -95240,7 +95240,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -95256,7 +95256,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -95272,7 +95272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -95288,7 +95288,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -95304,7 +95304,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -95320,7 +95320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -95336,7 +95336,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -95352,7 +95352,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -95368,7 +95368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -95384,7 +95384,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -95400,7 +95400,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -95416,7 +95416,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -95444,7 +95444,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -95569,7 +95569,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -95585,7 +95585,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -95632,7 +95632,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -95701,7 +95701,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -95721,7 +95721,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -95745,7 +95745,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -95761,7 +95761,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -95777,7 +95777,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -95793,7 +95793,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -95809,7 +95809,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -95825,7 +95825,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -95841,7 +95841,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -95857,7 +95857,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -95873,7 +95873,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -95889,7 +95889,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -95905,7 +95905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -95921,7 +95921,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -95937,7 +95937,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -95953,7 +95953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -95969,7 +95969,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -95985,7 +95985,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -96001,7 +96001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -96017,7 +96017,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -96033,7 +96033,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -96049,7 +96049,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -96077,7 +96077,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -96202,7 +96202,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -96218,7 +96218,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -96272,7 +96272,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -96434,7 +96434,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -96598,7 +96598,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -96799,7 +96799,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -96928,7 +96928,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -96950,7 +96950,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -96977,7 +96977,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -96987,7 +96987,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -97142,7 +97142,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -97176,7 +97176,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -97209,7 +97209,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -97225,7 +97225,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -97342,7 +97342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -97460,7 +97460,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -97487,7 +97487,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -97620,7 +97620,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -97653,7 +97653,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -97737,7 +97737,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -97903,7 +97903,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -98061,7 +98061,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -98219,7 +98219,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -98271,7 +98271,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable" }, "ValidateNotNullOrEmpty": true @@ -98368,7 +98368,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable" }, "ValidateNotNullOrEmpty": true @@ -98507,7 +98507,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -98587,7 +98587,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition" }, "ValidateNotNullOrEmpty": true @@ -98685,7 +98685,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition" }, "ValidateNotNullOrEmpty": true @@ -98759,7 +98759,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -98920,7 +98920,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "MatchVariable": "System.String", @@ -98995,7 +98995,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -99076,7 +99076,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -99130,7 +99130,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -99308,7 +99308,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -99394,7 +99394,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -99404,7 +99404,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -99420,7 +99420,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -99534,7 +99534,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -99550,7 +99550,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -99572,7 +99572,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -99674,7 +99674,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "MatchVariable": "System.String", @@ -99767,7 +99767,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -99866,7 +99866,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -99920,7 +99920,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String" }, @@ -100053,7 +100053,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule]", "RuleGroupName": "System.String" @@ -100111,7 +100111,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule" }, "ValidateNotNullOrEmpty": true @@ -100165,7 +100165,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule" }, "ValidateNotNullOrEmpty": true @@ -100219,7 +100219,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup]", "RuleSetVersion": "System.String", @@ -100290,7 +100290,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -100362,7 +100362,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -100416,7 +100416,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -100462,7 +100462,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -100472,7 +100472,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion" }, "ValidateNotNullOrEmpty": true @@ -100508,7 +100508,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -100524,7 +100524,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion" }, "ValidateNotNullOrEmpty": true @@ -100578,7 +100578,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -100633,7 +100633,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride" }, "ValidateNotNullOrEmpty": true @@ -100684,7 +100684,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride" }, "ValidateNotNullOrEmpty": true @@ -100738,7 +100738,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String", "State": "System.String", @@ -100941,7 +100941,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -101006,7 +101006,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride" }, "ValidateNotNullOrEmpty": true @@ -101072,7 +101072,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride" }, "ValidateNotNullOrEmpty": true @@ -101126,7 +101126,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -101375,7 +101375,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -101459,7 +101459,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -101508,7 +101508,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -101547,7 +101547,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -101782,7 +101782,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -101828,7 +101828,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -101873,7 +101873,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -101950,7 +101950,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -102112,7 +102112,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102194,7 +102194,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102227,7 +102227,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -102262,7 +102262,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -102285,7 +102285,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -102314,7 +102314,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -102379,7 +102379,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -102499,7 +102499,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -102705,7 +102705,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -102752,7 +102752,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102782,7 +102782,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -102805,7 +102805,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -102834,7 +102834,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -102860,7 +102860,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -102970,7 +102970,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -103024,7 +103024,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -103166,7 +103166,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -103235,7 +103235,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103408,7 +103408,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103507,7 +103507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103583,7 +103583,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103616,7 +103616,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -103642,7 +103642,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -103671,7 +103671,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -103920,7 +103920,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103950,7 +103950,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -103973,7 +103973,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -103999,7 +103999,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -104097,7 +104097,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104185,7 +104185,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -104214,7 +104214,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104254,7 +104254,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -104281,7 +104281,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -104317,7 +104317,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -104565,7 +104565,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -104591,7 +104591,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104628,7 +104628,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -104652,7 +104652,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -104685,7 +104685,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -104783,7 +104783,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -104843,7 +104843,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -104894,7 +104894,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -104948,7 +104948,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Primary": "System.Nullable`1[System.Boolean]", @@ -105011,7 +105011,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105122,7 +105122,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105254,7 +105254,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -105414,7 +105414,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -105614,7 +105614,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -105672,7 +105672,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -105833,7 +105833,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -105926,7 +105926,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106237,7 +106237,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106502,7 +106502,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106610,7 +106610,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106650,7 +106650,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106690,7 +106690,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -106719,7 +106719,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106753,7 +106753,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -106780,7 +106780,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -107093,7 +107093,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107130,7 +107130,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107167,7 +107167,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -107193,7 +107193,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107224,7 +107224,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -107248,7 +107248,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -107373,7 +107373,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -107433,7 +107433,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -107459,7 +107459,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -107510,7 +107510,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -107548,7 +107548,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -107602,7 +107602,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -107652,7 +107652,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -107664,7 +107664,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -107676,7 +107676,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -107716,7 +107716,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -107734,7 +107734,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -107752,7 +107752,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -107810,7 +107810,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -108018,7 +108018,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -108176,7 +108176,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -108240,7 +108240,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -108293,7 +108293,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -108349,7 +108349,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -108532,7 +108532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -108634,7 +108634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -108667,7 +108667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -108701,7 +108701,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -108962,7 +108962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -108992,7 +108992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -109023,7 +109023,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -109141,7 +109141,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -109360,7 +109360,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -109573,7 +109573,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -109846,7 +109846,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -109908,7 +109908,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -109926,7 +109926,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -109939,7 +109939,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -109990,7 +109990,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -110014,7 +110014,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -110033,7 +110033,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -110087,7 +110087,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ValidatedCertData": "System.String", @@ -110251,7 +110251,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -110413,7 +110413,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -110480,7 +110480,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -110499,7 +110499,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -110528,7 +110528,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -110559,7 +110559,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -110595,7 +110595,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -110663,7 +110663,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -110770,7 +110770,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -110817,7 +110817,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -110843,7 +110843,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -110880,7 +110880,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -110919,7 +110919,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -110966,7 +110966,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -110990,7 +110990,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -111038,7 +111038,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -111130,7 +111130,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -111184,7 +111184,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -111285,7 +111285,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -111322,7 +111322,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" }, "ValidateNotNullOrEmpty": true @@ -111428,7 +111428,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -111489,7 +111489,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" }, "ValidateNotNullOrEmpty": true @@ -111543,7 +111543,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -111811,7 +111811,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -111914,7 +111914,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -111989,7 +111989,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -112269,7 +112269,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -112317,7 +112317,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -112501,7 +112501,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -112714,7 +112714,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -112930,7 +112930,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -113498,7 +113498,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -114067,7 +114067,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -114131,7 +114131,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile" }, "ValidateNotNullOrEmpty": false @@ -114185,7 +114185,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile" }, "ValidateNotNullOrEmpty": false @@ -114239,7 +114239,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -114300,7 +114300,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114390,7 +114390,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114497,7 +114497,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114581,7 +114581,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -114745,7 +114745,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -114993,7 +114993,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -115135,7 +115135,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -115383,7 +115383,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -115545,7 +115545,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -115705,7 +115705,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -115757,7 +115757,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering" }, "ValidateNotNullOrEmpty": true @@ -115767,7 +115767,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" }, "ValidateNotNullOrEmpty": true @@ -115930,7 +115930,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering" }, "ValidateNotNullOrEmpty": true @@ -115946,7 +115946,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" }, "ValidateNotNullOrEmpty": true @@ -116189,7 +116189,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering" }, "ValidateNotNullOrEmpty": true @@ -116205,7 +116205,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" }, "ValidateNotNullOrEmpty": true @@ -116315,7 +116315,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -116473,7 +116473,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering" }, "ValidateNotNullOrEmpty": true @@ -116489,7 +116489,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" }, "ValidateNotNullOrEmpty": true @@ -116606,7 +116606,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -116744,7 +116744,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -116919,7 +116919,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -117449,7 +117449,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -117708,7 +117708,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -117784,7 +117784,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -117872,7 +117872,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118032,7 +118032,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118103,7 +118103,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -118215,7 +118215,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118380,7 +118380,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118527,7 +118527,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118602,7 +118602,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -118706,7 +118706,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118937,7 +118937,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -119407,7 +119407,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -119549,7 +119549,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" }, "ValidateNotNullOrEmpty": false @@ -119577,7 +119577,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -119708,7 +119708,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" }, "ValidateNotNullOrEmpty": false @@ -119754,7 +119754,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -119914,7 +119914,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" }, "ValidateNotNullOrEmpty": false @@ -119960,7 +119960,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -120087,7 +120087,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" }, "ValidateNotNullOrEmpty": false @@ -120133,7 +120133,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -120192,7 +120192,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -120365,7 +120365,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -120600,7 +120600,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -120947,7 +120947,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -121299,7 +121299,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -121342,7 +121342,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress" }, "ValidateNotNullOrEmpty": true @@ -121352,7 +121352,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -121391,7 +121391,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -121401,7 +121401,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -121411,7 +121411,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -121435,7 +121435,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -121553,7 +121553,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -121676,7 +121676,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -121692,7 +121692,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -121708,7 +121708,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -121744,7 +121744,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -121928,7 +121928,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -122116,7 +122116,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -122132,7 +122132,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -122148,7 +122148,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -122184,7 +122184,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -122368,7 +122368,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -122478,7 +122478,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -122527,7 +122527,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress" }, "ValidateNotNullOrEmpty": true @@ -122543,7 +122543,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -122636,7 +122636,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -122652,7 +122652,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -122668,7 +122668,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -122704,7 +122704,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -122888,7 +122888,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -123005,7 +123005,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -123488,7 +123488,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -123590,7 +123590,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule" }, "ValidateNotNullOrEmpty": true @@ -123671,7 +123671,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule" }, "ValidateNotNullOrEmpty": true @@ -123744,7 +123744,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -123799,7 +123799,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -123853,7 +123853,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -123910,7 +123910,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -123965,7 +123965,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress" }, "ValidateNotNullOrEmpty": false @@ -124016,7 +124016,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress" }, "ValidateNotNullOrEmpty": false @@ -124070,7 +124070,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -124463,7 +124463,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -124565,7 +124565,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule" }, "ValidateNotNullOrEmpty": true @@ -124633,7 +124633,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule" }, "ValidateNotNullOrEmpty": true @@ -124687,7 +124687,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -125063,7 +125063,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -125165,7 +125165,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -125246,7 +125246,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -125319,7 +125319,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -125431,7 +125431,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -125453,7 +125453,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -125466,7 +125466,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -125505,7 +125505,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -125562,7 +125562,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -125587,7 +125587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -125698,7 +125698,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -125732,7 +125732,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -125751,7 +125751,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -125814,7 +125814,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -125901,7 +125901,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -125938,7 +125938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -125999,7 +125999,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -127256,7 +127256,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -127416,7 +127416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -127692,7 +127692,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -127771,7 +127771,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -127852,7 +127852,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -127925,7 +127925,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -127985,7 +127985,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride" }, "ValidateNotNullOrEmpty": false @@ -127995,7 +127995,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting" }, "ValidateNotNullOrEmpty": false @@ -128061,7 +128061,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride" }, "ValidateNotNullOrEmpty": false @@ -128077,7 +128077,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting" }, "ValidateNotNullOrEmpty": false @@ -128147,7 +128147,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceAddresses": "System.Collections.Generic.List`1[System.String]", "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", @@ -128477,7 +128477,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Mode": "System.String" @@ -128645,7 +128645,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -129586,7 +129586,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -129688,7 +129688,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule" }, "ValidateNotNullOrEmpty": true @@ -129769,7 +129769,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule" }, "ValidateNotNullOrEmpty": true @@ -129842,7 +129842,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -130512,7 +130512,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -130591,7 +130591,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -130610,7 +130610,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -130712,7 +130712,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -130821,7 +130821,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -130868,7 +130868,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -130941,7 +130941,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -130995,7 +130995,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" }, @@ -131128,7 +131128,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -131290,7 +131290,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, @@ -131423,7 +131423,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -131588,7 +131588,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -132031,7 +132031,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -132227,7 +132227,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -132523,7 +132523,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -132941,7 +132941,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -133103,7 +133103,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -133232,7 +133232,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -133242,7 +133242,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -133252,7 +133252,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule" }, "ValidateNotNullOrEmpty": false @@ -133262,7 +133262,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe" }, "ValidateNotNullOrEmpty": false @@ -133272,7 +133272,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -133282,7 +133282,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool" }, "ValidateNotNullOrEmpty": false @@ -133292,7 +133292,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule" }, "ValidateNotNullOrEmpty": false @@ -133448,7 +133448,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -133464,7 +133464,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -133480,7 +133480,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule" }, "ValidateNotNullOrEmpty": false @@ -133496,7 +133496,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe" }, "ValidateNotNullOrEmpty": false @@ -133512,7 +133512,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -133528,7 +133528,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool" }, "ValidateNotNullOrEmpty": false @@ -133544,7 +133544,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule" }, "ValidateNotNullOrEmpty": false @@ -133643,7 +133643,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -134038,7 +134038,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -134126,7 +134126,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -134174,7 +134174,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -134184,7 +134184,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -134265,7 +134265,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -134281,7 +134281,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -134328,7 +134328,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -134388,7 +134388,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -134404,7 +134404,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -134466,7 +134466,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -134482,7 +134482,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -134536,7 +134536,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -134615,7 +134615,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -134666,7 +134666,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -134720,7 +134720,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Identifier": "System.Int32", @@ -134928,7 +134928,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -135071,7 +135071,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -135120,7 +135120,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -135168,7 +135168,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -135325,7 +135325,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -135621,7 +135621,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -135805,7 +135805,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -135915,7 +135915,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -136065,7 +136065,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -136444,7 +136444,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -136644,7 +136644,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -136786,7 +136786,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -136855,7 +136855,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -137280,7 +137280,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -137322,7 +137322,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -137532,7 +137532,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -137637,7 +137637,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -137656,7 +137656,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -137782,7 +137782,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -137919,7 +137919,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -137966,7 +137966,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -138072,7 +138072,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -138126,7 +138126,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -138440,7 +138440,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138602,7 +138602,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138648,7 +138648,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -138667,7 +138667,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -139094,7 +139094,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -139136,7 +139136,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -139152,7 +139152,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -139354,7 +139354,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -140144,7 +140144,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -140273,7 +140273,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -140283,7 +140283,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -140446,7 +140446,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -140462,7 +140462,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -140546,7 +140546,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -140673,7 +140673,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -140692,7 +140692,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -140741,7 +140741,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -140789,7 +140789,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -140828,7 +140828,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -140848,7 +140848,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -140868,7 +140868,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -140888,7 +140888,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -141262,7 +141262,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -141293,7 +141293,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -141562,7 +141562,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -142185,7 +142185,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142231,7 +142231,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -142276,7 +142276,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -142311,7 +142311,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -142327,7 +142327,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -142343,7 +142343,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -142359,7 +142359,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -142646,7 +142646,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", @@ -142785,7 +142785,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142834,7 +142834,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -142883,7 +142883,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -142903,7 +142903,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -142923,7 +142923,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -142943,7 +142943,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -143272,7 +143272,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -143318,7 +143318,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -143363,7 +143363,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -143379,7 +143379,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -143395,7 +143395,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -143411,7 +143411,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -143544,7 +143544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -143652,7 +143652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTenantScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", "ManagementGroups": "System.Collections.Generic.List`1[System.String]", @@ -143669,7 +143669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType" }, "ValidateNotNullOrEmpty": false @@ -143801,7 +143801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTenantScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", "ManagementGroups": "System.Collections.Generic.List`1[System.String]", @@ -143824,7 +143824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType" }, "ValidateNotNullOrEmpty": false @@ -143908,7 +143908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "AddressPrefixType": "System.String" @@ -144074,7 +144074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -144165,7 +144165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem" }, "ValidateNotNullOrEmpty": false @@ -144197,7 +144197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub" }, "ValidateNotNullOrEmpty": false @@ -144317,7 +144317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem" }, "ValidateNotNullOrEmpty": false @@ -144367,7 +144367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub" }, "ValidateNotNullOrEmpty": false @@ -144481,7 +144481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String", "UseHubGateway": "System.String", @@ -144697,7 +144697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -144989,7 +144989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ResourceType": "System.String" @@ -145147,7 +145147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -145417,7 +145417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTenantScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", "ManagementGroups": "System.Collections.Generic.List`1[System.String]", @@ -145583,7 +145583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -145902,7 +145902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -145999,7 +145999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType" }, "ValidateNotNullOrEmpty": false @@ -146125,7 +146125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType" }, "ValidateNotNullOrEmpty": false @@ -146224,7 +146224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -146393,7 +146393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -146403,7 +146403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -146705,7 +146705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -146721,7 +146721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -147090,7 +147090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -147198,7 +147198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem" }, "ValidateNotNullOrEmpty": false @@ -147333,7 +147333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem" }, "ValidateNotNullOrEmpty": false @@ -147417,7 +147417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String" }, @@ -147550,7 +147550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -147844,7 +147844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -148090,7 +148090,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -148190,7 +148190,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration" }, "ValidateNotNullOrEmpty": false @@ -148310,7 +148310,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration" }, "ValidateNotNullOrEmpty": false @@ -148394,7 +148394,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -148502,7 +148502,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule" }, "ValidateNotNullOrEmpty": false @@ -148613,7 +148613,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule" }, "ValidateNotNullOrEmpty": false @@ -148712,7 +148712,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -148848,7 +148848,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -148858,7 +148858,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -149150,7 +149150,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -149166,7 +149166,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -149623,7 +149623,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -149734,7 +149734,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -149757,7 +149757,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -149917,7 +149917,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -149952,7 +149952,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -150141,7 +150141,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -150176,7 +150176,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -150350,7 +150350,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -150385,7 +150385,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -150536,7 +150536,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -150756,7 +150756,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -150814,7 +150814,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -150873,7 +150873,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -150994,7 +150994,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -151004,7 +151004,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -151023,7 +151023,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -151106,7 +151106,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -151339,7 +151339,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -151384,7 +151384,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -151400,7 +151400,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -151791,7 +151791,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -151807,7 +151807,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -152168,7 +152168,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -152184,7 +152184,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -152291,7 +152291,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -152447,7 +152447,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope", "Name": "System.String", @@ -152597,7 +152597,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -152607,7 +152607,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -152819,7 +152819,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -152835,7 +152835,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -152942,7 +152942,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -153140,7 +153140,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -153232,7 +153232,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -153248,7 +153248,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -153355,7 +153355,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -153371,7 +153371,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -153531,7 +153531,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, @@ -153664,7 +153664,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -153718,7 +153718,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -153778,7 +153778,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -153788,7 +153788,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -153842,7 +153842,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -153887,7 +153887,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -153903,7 +153903,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -154028,7 +154028,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -154044,7 +154044,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -154154,7 +154154,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -154170,7 +154170,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -154265,7 +154265,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -154281,7 +154281,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -154365,7 +154365,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -154524,7 +154524,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]", "Port": "System.Nullable`1[System.Int32]", @@ -154568,7 +154568,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestHeaders": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", "ValidStatusCodeRanges": "System.Collections.Generic.List`1[System.String]", @@ -154617,7 +154617,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]" }, @@ -155124,7 +155124,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -155196,7 +155196,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -155297,7 +155297,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.20.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -155401,7 +155401,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -155462,7 +155462,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject" ] @@ -155474,7 +155474,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -155486,7 +155486,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -155548,7 +155548,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject" ] @@ -155566,7 +155566,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -155584,7 +155584,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -155655,7 +155655,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -155719,7 +155719,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -155924,7 +155924,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -156141,7 +156141,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -157555,7 +157555,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -157788,7 +157788,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", @@ -157855,7 +157855,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -157993,7 +157993,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -158038,7 +158038,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -158200,7 +158200,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -158430,7 +158430,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -158642,7 +158642,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -158839,7 +158839,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -158908,7 +158908,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", @@ -158975,7 +158975,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -159113,7 +159113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -159135,7 +159135,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -159180,7 +159180,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -159345,7 +159345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -159379,7 +159379,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -159609,7 +159609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -159643,7 +159643,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -159858,7 +159858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -159892,7 +159892,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -160092,7 +160092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -160126,7 +160126,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -160195,7 +160195,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -160405,7 +160405,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, @@ -160586,7 +160586,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, @@ -160767,7 +160767,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160872,7 +160872,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160921,7 +160921,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -160993,7 +160993,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161036,7 +161036,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -161171,7 +161171,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161238,7 +161238,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -161330,7 +161330,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -161460,7 +161460,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161527,7 +161527,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -161715,7 +161715,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161782,7 +161782,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -161859,7 +161859,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161905,7 +161905,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -162035,7 +162035,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162102,7 +162102,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -162179,7 +162179,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162321,7 +162321,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162388,7 +162388,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -162480,7 +162480,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -162610,7 +162610,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162677,7 +162677,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -162865,7 +162865,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162932,7 +162932,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -163016,7 +163016,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -163249,7 +163249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -163411,7 +163411,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", "Name": "System.String", @@ -163572,7 +163572,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -163652,7 +163652,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -163756,7 +163756,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -163842,7 +163842,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -163955,7 +163955,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -163995,7 +163995,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection" }, "ValidateNotNullOrEmpty": false @@ -164050,7 +164050,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -164060,7 +164060,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -164153,7 +164153,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -164199,7 +164199,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection" }, "ValidateNotNullOrEmpty": false @@ -164290,7 +164290,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -164306,7 +164306,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -164375,7 +164375,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "GroupId": "System.String", @@ -164585,7 +164585,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -164686,7 +164686,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -164696,7 +164696,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -164845,7 +164845,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -164861,7 +164861,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -165022,7 +165022,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -165085,7 +165085,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -165254,7 +165254,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -165474,7 +165474,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -165561,7 +165561,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -165600,7 +165600,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -165724,7 +165724,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -165769,7 +165769,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -165868,7 +165868,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -166040,7 +166040,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag" }, "ValidateNotNullOrEmpty": false @@ -166050,7 +166050,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -166343,7 +166343,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag" }, "ValidateNotNullOrEmpty": false @@ -166359,7 +166359,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -166564,7 +166564,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -166709,7 +166709,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag" }, "ValidateNotNullOrEmpty": false @@ -166729,7 +166729,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -166947,7 +166947,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag" }, "ValidateNotNullOrEmpty": false @@ -166979,7 +166979,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -167120,7 +167120,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -167278,7 +167278,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RadiusServerScore": "System.Int32", "RadiusServerSecret": "System.String", @@ -167492,7 +167492,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -167703,7 +167703,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -167799,7 +167799,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule" }, "ValidateNotNullOrEmpty": false @@ -167910,7 +167910,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule" }, "ValidateNotNullOrEmpty": false @@ -168009,7 +168009,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -168259,7 +168259,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -168359,7 +168359,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -168522,7 +168522,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -168685,7 +168685,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -168800,7 +168800,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute" }, "ValidateNotNullOrEmpty": false @@ -168932,7 +168932,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute" }, "ValidateNotNullOrEmpty": false @@ -169016,7 +169016,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -169094,7 +169094,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute" }, "ValidateNotNullOrEmpty": false @@ -169186,7 +169186,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute" }, "ValidateNotNullOrEmpty": false @@ -169255,7 +169255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -169331,7 +169331,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -169397,7 +169397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -169495,7 +169495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -169561,7 +169561,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -169626,7 +169626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -169726,7 +169726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -169807,7 +169807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -169876,7 +169876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -170063,7 +170063,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -170164,7 +170164,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -170343,7 +170343,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -170502,7 +170502,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -170577,7 +170577,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition" }, "ValidateNotNullOrEmpty": true @@ -170655,7 +170655,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition" }, "ValidateNotNullOrEmpty": true @@ -170754,7 +170754,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -170967,7 +170967,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -171152,7 +171152,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -171387,7 +171387,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -171468,7 +171468,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -171535,7 +171535,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -171644,7 +171644,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -171726,7 +171726,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -171792,7 +171792,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -171909,7 +171909,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -172007,7 +172007,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -172092,7 +172092,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -172181,7 +172181,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -172303,7 +172303,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -172442,7 +172442,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -172566,7 +172566,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -172682,7 +172682,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -172871,7 +172871,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -172966,7 +172966,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -173017,7 +173017,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -173027,7 +173027,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -173197,7 +173197,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -173213,7 +173213,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -173366,7 +173366,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -173460,7 +173460,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -173476,7 +173476,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -173708,7 +173708,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -173724,7 +173724,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -173884,7 +173884,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -173980,7 +173980,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -174012,7 +174012,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -174130,7 +174130,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -174473,7 +174473,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -174502,7 +174502,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -174639,7 +174639,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -174793,7 +174793,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -175062,7 +175062,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -175226,7 +175226,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -175276,7 +175276,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" }, "ValidateNotNullOrEmpty": false @@ -175312,7 +175312,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" }, "ValidateNotNullOrEmpty": false @@ -175366,7 +175366,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -175444,7 +175444,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -175510,7 +175510,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -175583,7 +175583,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -175735,7 +175735,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -175837,7 +175837,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -175938,7 +175938,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -176010,7 +176010,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -176056,7 +176056,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -176157,7 +176157,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -176229,7 +176229,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -176342,7 +176342,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -176429,7 +176429,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -176530,7 +176530,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -176684,7 +176684,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -176804,7 +176804,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -176879,7 +176879,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -177017,7 +177017,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet" }, "ValidateNotNullOrEmpty": false @@ -177081,7 +177081,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -177242,7 +177242,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet" }, "ValidateNotNullOrEmpty": false @@ -177348,7 +177348,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -177447,7 +177447,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -177553,7 +177553,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -177653,7 +177653,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -177720,7 +177720,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -177730,7 +177730,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -177740,7 +177740,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -177768,7 +177768,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -177778,7 +177778,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -177833,7 +177833,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -177972,7 +177972,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -178120,7 +178120,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -178211,7 +178211,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -178227,7 +178227,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -178243,7 +178243,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -178289,7 +178289,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -178305,7 +178305,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -178396,7 +178396,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -178534,7 +178534,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -178682,7 +178682,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -178773,7 +178773,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -178789,7 +178789,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -178805,7 +178805,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -178851,7 +178851,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -178867,7 +178867,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -178958,7 +178958,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -179103,7 +179103,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -179227,7 +179227,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -179270,7 +179270,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -179313,7 +179313,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -179400,7 +179400,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -179482,7 +179482,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -179492,7 +179492,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -179515,7 +179515,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -179525,7 +179525,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -179651,7 +179651,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -179700,7 +179700,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -179749,7 +179749,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -179938,7 +179938,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -179954,7 +179954,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -179989,7 +179989,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -180005,7 +180005,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -180175,7 +180175,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -180224,7 +180224,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -180273,7 +180273,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -180462,7 +180462,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -180478,7 +180478,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -180513,7 +180513,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -180529,7 +180529,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -180621,7 +180621,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -180727,7 +180727,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -180776,7 +180776,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -180825,7 +180825,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -181014,7 +181014,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -181030,7 +181030,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -181065,7 +181065,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -181081,7 +181081,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -181180,7 +181180,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -181260,7 +181260,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -181309,7 +181309,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -181526,7 +181526,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -181572,7 +181572,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -181685,7 +181685,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -182215,7 +182215,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -182344,7 +182344,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -182382,7 +182382,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -182423,7 +182423,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -182462,7 +182462,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -182472,7 +182472,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -182500,7 +182500,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -182583,7 +182583,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -182599,7 +182599,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -182645,7 +182645,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -182787,7 +182787,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -182803,7 +182803,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -182849,7 +182849,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -182896,7 +182896,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -182931,7 +182931,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -182966,7 +182966,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -183048,7 +183048,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -183064,7 +183064,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -183110,7 +183110,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -183164,7 +183164,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -183278,7 +183278,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", @@ -183324,7 +183324,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -183706,7 +183706,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", @@ -183749,7 +183749,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -183934,7 +183934,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -184241,7 +184241,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -184562,7 +184562,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -184839,7 +184839,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -185229,7 +185229,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -185619,7 +185619,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -185780,7 +185780,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -185941,7 +185941,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -186031,7 +186031,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -186086,7 +186086,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -186142,7 +186142,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -186201,7 +186201,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -186220,7 +186220,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -186236,7 +186236,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -186315,7 +186315,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -186399,7 +186399,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -186488,7 +186488,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -186519,7 +186519,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -186541,7 +186541,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -186701,7 +186701,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -186790,7 +186790,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -186821,7 +186821,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -186843,7 +186843,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -186909,7 +186909,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -186944,7 +186944,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -187028,7 +187028,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -187117,7 +187117,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -187148,7 +187148,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187170,7 +187170,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -187236,7 +187236,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187335,7 +187335,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -187424,7 +187424,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -187455,7 +187455,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187477,7 +187477,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -187558,7 +187558,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -187642,7 +187642,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -187731,7 +187731,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -187762,7 +187762,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187784,7 +187784,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -187929,7 +187929,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -188018,7 +188018,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -188049,7 +188049,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188071,7 +188071,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -188182,7 +188182,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -188271,7 +188271,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -188302,7 +188302,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188324,7 +188324,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -188393,7 +188393,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188486,7 +188486,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188544,7 +188544,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -188572,7 +188572,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -188684,7 +188684,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -188730,7 +188730,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -188822,7 +188822,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188917,7 +188917,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -188963,7 +188963,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -189119,7 +189119,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -189165,7 +189165,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -189321,7 +189321,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -189367,7 +189367,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -189466,7 +189466,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -189551,7 +189551,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -189936,7 +189936,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -190543,7 +190543,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -190717,7 +190717,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -190774,7 +190774,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -190784,7 +190784,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -190990,7 +190990,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -191083,7 +191083,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -191099,7 +191099,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -191183,7 +191183,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -191276,7 +191276,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -191350,7 +191350,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -191478,7 +191478,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -191544,7 +191544,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -191623,7 +191623,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -191734,7 +191734,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -191826,7 +191826,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -191895,7 +191895,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -192006,7 +192006,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -192121,7 +192121,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": true @@ -192131,7 +192131,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -192297,7 +192297,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -192591,7 +192591,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -192700,7 +192700,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": true @@ -192826,7 +192826,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -192905,7 +192905,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -193120,7 +193120,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -193199,7 +193199,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -193229,7 +193229,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": true @@ -193355,7 +193355,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -193634,7 +193634,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -193728,7 +193728,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": true @@ -193854,7 +193854,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -193940,7 +193940,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -194437,7 +194437,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -194514,7 +194514,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -194561,7 +194561,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -194620,7 +194620,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -194630,7 +194630,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -194693,7 +194693,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -194764,7 +194764,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -194853,7 +194853,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -194869,7 +194869,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -195117,7 +195117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -195235,7 +195235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -195352,7 +195352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -195472,7 +195472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -195581,7 +195581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -195692,7 +195692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -195827,7 +195827,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -195897,7 +195897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -196014,7 +196014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -196134,7 +196134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -196252,7 +196252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -196369,7 +196369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -196492,7 +196492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -196610,7 +196610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -196727,7 +196727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -196847,7 +196847,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -196900,7 +196900,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -196946,7 +196946,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -197010,7 +197010,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -197086,7 +197086,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -197143,7 +197143,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -197218,7 +197218,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -197273,7 +197273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -197390,7 +197390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -197544,7 +197544,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -197738,7 +197738,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -198017,7 +198017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -198135,7 +198135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -198252,7 +198252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -198372,7 +198372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -198490,7 +198490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -198607,7 +198607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -198727,7 +198727,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -198800,7 +198800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -198917,7 +198917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -199037,7 +199037,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -199092,7 +199092,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -199164,7 +199164,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -199239,7 +199239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -199348,7 +199348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -199450,7 +199450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -199570,7 +199570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -199688,7 +199688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -199805,7 +199805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -199925,7 +199925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200043,7 +200043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200160,7 +200160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200280,7 +200280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200398,7 +200398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200515,7 +200515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200635,7 +200635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200753,7 +200753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200870,7 +200870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -200990,7 +200990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -201108,7 +201108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -201225,7 +201225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -201345,7 +201345,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -201417,7 +201417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -201534,7 +201534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -201654,7 +201654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -201772,7 +201772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -201889,7 +201889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202009,7 +202009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202127,7 +202127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202244,7 +202244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202364,7 +202364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202482,7 +202482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202599,7 +202599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202719,7 +202719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202828,7 +202828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -202939,7 +202939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -203074,7 +203074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -203192,7 +203192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -203309,7 +203309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -203429,7 +203429,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -203482,7 +203482,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -203528,7 +203528,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -203592,7 +203592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -203710,7 +203710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -203827,7 +203827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -203947,7 +203947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -204065,7 +204065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -204182,7 +204182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -204302,7 +204302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -204420,7 +204420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -204537,7 +204537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -204899,7 +204899,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -205081,7 +205081,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -205365,7 +205365,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -205655,7 +205655,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -206012,7 +206012,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -206122,7 +206122,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -206203,7 +206203,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -206490,7 +206490,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -206574,7 +206574,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -206657,7 +206657,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -206743,7 +206743,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -206827,7 +206827,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -206924,7 +206924,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -207030,7 +207030,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -207114,7 +207114,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -207211,7 +207211,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -207376,7 +207376,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -207634,7 +207634,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -207791,7 +207791,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -207856,7 +207856,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -207946,7 +207946,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -208110,7 +208110,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -208291,7 +208291,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -208545,7 +208545,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -208662,7 +208662,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -209083,7 +209083,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -209185,7 +209185,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -209308,7 +209308,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -209375,7 +209375,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -209435,7 +209435,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -209786,7 +209786,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -210123,7 +210123,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -210281,7 +210281,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -210325,7 +210325,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -210542,7 +210542,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -210659,7 +210659,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -210962,7 +210962,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -211153,7 +211153,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -211463,7 +211463,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -211657,7 +211657,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -212139,7 +212139,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -212236,7 +212236,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -212275,7 +212275,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -212450,7 +212450,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -212617,7 +212617,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -212792,7 +212792,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -212864,7 +212864,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -212938,7 +212938,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213036,7 +213036,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213108,7 +213108,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213182,7 +213182,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213280,7 +213280,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213352,7 +213352,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213426,7 +213426,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213524,7 +213524,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213596,7 +213596,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213670,7 +213670,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213768,7 +213768,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213840,7 +213840,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -213914,7 +213914,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -214012,7 +214012,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -214084,7 +214084,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -214158,7 +214158,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -214256,7 +214256,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -214328,7 +214328,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -214402,7 +214402,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -214737,7 +214737,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -214940,7 +214940,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -215431,7 +215431,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -215528,7 +215528,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -215612,7 +215612,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -215699,7 +215699,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -215823,7 +215823,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -216067,7 +216067,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -218689,7 +218689,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -218967,7 +218967,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -219360,7 +219360,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -219447,7 +219447,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -219517,7 +219517,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -219633,7 +219633,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -219916,7 +219916,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -220124,7 +220124,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -220219,7 +220219,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -220558,7 +220558,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -220615,7 +220615,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -220692,7 +220692,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -221077,7 +221077,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -221246,7 +221246,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -221303,7 +221303,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -221390,7 +221390,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -221775,7 +221775,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -221954,7 +221954,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -222058,7 +222058,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -222482,7 +222482,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -222668,7 +222668,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -224350,7 +224350,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -224638,7 +224638,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -224838,7 +224838,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -224905,7 +224905,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -224966,7 +224966,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -225230,7 +225230,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -225289,7 +225289,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -225364,7 +225364,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -225482,7 +225482,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -225681,7 +225681,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -225965,7 +225965,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -226065,7 +226065,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -226244,7 +226244,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -226727,7 +226727,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -226770,7 +226770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -227004,7 +227004,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -227129,7 +227129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -227405,7 +227405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -227455,7 +227455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -227507,7 +227507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -227617,7 +227617,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -227812,7 +227812,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -228132,7 +228132,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -228368,7 +228368,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -228528,7 +228528,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -228612,7 +228612,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -228630,7 +228630,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -228696,7 +228696,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -228773,7 +228773,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -228835,7 +228835,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -228859,7 +228859,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -228921,7 +228921,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -229043,7 +229043,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -229087,7 +229087,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -229329,7 +229329,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -229455,7 +229455,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -229789,7 +229789,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -230074,7 +230074,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -230306,7 +230306,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230606,7 +230606,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230863,7 +230863,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230906,7 +230906,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -231141,7 +231141,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -231266,7 +231266,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -231596,7 +231596,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -231639,7 +231639,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -231874,7 +231874,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -231999,7 +231999,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -232326,7 +232326,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -232542,7 +232542,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -233405,7 +233405,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -233481,7 +233481,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -233550,7 +233550,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -233637,7 +233637,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -233713,7 +233713,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -233791,7 +233791,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -233956,7 +233956,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -234218,7 +234218,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -234596,7 +234596,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -234681,7 +234681,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -234765,7 +234765,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -234892,7 +234892,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -235169,7 +235169,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -235395,7 +235395,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -235593,7 +235593,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -235876,7 +235876,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -235975,7 +235975,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -236154,7 +236154,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -236420,7 +236420,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -236598,7 +236598,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -236867,7 +236867,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -237006,7 +237006,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -237591,7 +237591,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -237862,7 +237862,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -238066,7 +238066,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -238249,7 +238249,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -238555,7 +238555,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -238821,7 +238821,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -239020,7 +239020,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -239217,7 +239217,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -239539,7 +239539,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -239824,7 +239824,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -240040,7 +240040,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -240223,7 +240223,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -240466,7 +240466,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -240577,7 +240577,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -240800,7 +240800,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -240945,7 +240945,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -241036,7 +241036,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -241196,7 +241196,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -241394,7 +241394,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -241470,7 +241470,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -241557,7 +241557,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -241709,7 +241709,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -241885,7 +241885,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -242282,7 +242282,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -242370,7 +242370,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -242527,7 +242527,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -242784,7 +242784,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -242979,7 +242979,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -243177,7 +243177,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -243253,7 +243253,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -243346,7 +243346,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -243463,7 +243463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -243572,7 +243572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -243683,7 +243683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -243818,7 +243818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -243927,7 +243927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -244047,7 +244047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -244197,7 +244197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -244306,7 +244306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -244429,7 +244429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -244582,7 +244582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -244691,7 +244691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -244822,7 +244822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -244989,7 +244989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -245098,7 +245098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -245227,7 +245227,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -245249,7 +245249,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -245276,7 +245276,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -245286,7 +245286,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -245358,7 +245358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -245523,7 +245523,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -245557,7 +245557,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -245590,7 +245590,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -245606,7 +245606,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -245723,7 +245723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -245832,7 +245832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -245957,7 +245957,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -245984,7 +245984,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -246038,7 +246038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -246199,7 +246199,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -246232,7 +246232,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -246316,7 +246316,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -246369,7 +246369,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -246437,7 +246437,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -246535,7 +246535,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -246611,7 +246611,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -246686,7 +246686,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -246791,7 +246791,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -246837,7 +246837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -246957,7 +246957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -247107,7 +247107,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -247181,7 +247181,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -247213,7 +247213,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -247223,7 +247223,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -247239,7 +247239,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -247317,7 +247317,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -247333,7 +247333,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -247355,7 +247355,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -247420,7 +247420,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -247449,7 +247449,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -247465,7 +247465,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -247487,7 +247487,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -247567,7 +247567,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -247583,7 +247583,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -247605,7 +247605,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -247670,7 +247670,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -247686,7 +247686,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -247708,7 +247708,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -247780,7 +247780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -247889,7 +247889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -247992,7 +247992,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -248041,7 +248041,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -248080,7 +248080,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -248133,7 +248133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -248336,7 +248336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -248479,7 +248479,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -248525,7 +248525,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -248570,7 +248570,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -248594,7 +248594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -248729,7 +248729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -248838,7 +248838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -248958,7 +248958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -249108,7 +249108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -249217,7 +249217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -249311,7 +249311,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -249344,7 +249344,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -249379,7 +249379,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -249402,7 +249402,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -249431,7 +249431,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -249496,7 +249496,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -249532,7 +249532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -249698,7 +249698,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -249820,7 +249820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -249986,7 +249986,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -250033,7 +250033,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -250063,7 +250063,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -250086,7 +250086,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -250115,7 +250115,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -250141,7 +250141,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -250167,7 +250167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -250333,7 +250333,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -250387,7 +250387,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -250433,7 +250433,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -250508,7 +250508,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -250613,7 +250613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -250722,7 +250722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -250836,7 +250836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -250974,7 +250974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -251083,7 +251083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -251177,7 +251177,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -251243,7 +251243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -251386,7 +251386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -251514,7 +251514,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -251560,7 +251560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -251695,7 +251695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -251804,7 +251804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -251898,7 +251898,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -251931,7 +251931,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -251957,7 +251957,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -251986,7 +251986,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -252045,7 +252045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -252252,7 +252252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -252399,7 +252399,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -252429,7 +252429,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -252452,7 +252452,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -252478,7 +252478,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -252504,7 +252504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -252658,7 +252658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -252767,7 +252767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -252852,7 +252852,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -252888,7 +252888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -252985,7 +252985,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -253039,7 +253039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -253148,7 +253148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -253324,7 +253324,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -253364,7 +253364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -253606,7 +253606,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -253664,7 +253664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -253773,7 +253773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -253882,7 +253882,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -253972,7 +253972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -254172,7 +254172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -254357,7 +254357,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -254394,7 +254394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -254594,7 +254594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -254786,7 +254786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -254895,7 +254895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -255016,7 +255016,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -255056,7 +255056,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -255096,7 +255096,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -255125,7 +255125,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -255159,7 +255159,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -255186,7 +255186,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -255239,7 +255239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -255496,7 +255496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -255663,7 +255663,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -255700,7 +255700,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -255737,7 +255737,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -255763,7 +255763,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -255794,7 +255794,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -255818,7 +255818,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -255851,7 +255851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -256025,7 +256025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -256134,7 +256134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -256219,7 +256219,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -256257,7 +256257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -256354,7 +256354,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -256410,7 +256410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -256519,7 +256519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -256640,7 +256640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -256673,7 +256673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -256707,7 +256707,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -256753,7 +256753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -256965,7 +256965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -257132,7 +257132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -257162,7 +257162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -257193,7 +257193,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -257219,7 +257219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -257393,7 +257393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -257502,7 +257502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -257649,7 +257649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -257832,7 +257832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -257941,7 +257941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -258079,7 +258079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -258259,7 +258259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -258368,7 +258368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -258534,7 +258534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -258748,7 +258748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -258857,7 +258857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -258942,7 +258942,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -258960,7 +258960,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -258973,7 +258973,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -259009,7 +259009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -259106,7 +259106,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -259130,7 +259130,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -259149,7 +259149,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -259203,7 +259203,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -259256,7 +259256,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -259366,7 +259366,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -259524,7 +259524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -259633,7 +259633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -259753,7 +259753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -259903,7 +259903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -260012,7 +260012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -260132,7 +260132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -260282,7 +260282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -260391,7 +260391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -260476,7 +260476,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -260495,7 +260495,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -260524,7 +260524,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -260555,7 +260555,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -260591,7 +260591,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -260644,7 +260644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -260741,7 +260741,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -260833,7 +260833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -260930,7 +260930,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -260977,7 +260977,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -261003,7 +261003,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -261040,7 +261040,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -261064,7 +261064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -261161,7 +261161,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -261208,7 +261208,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -261232,7 +261232,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -261265,7 +261265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -261362,7 +261362,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -261439,7 +261439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -261536,7 +261536,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -261590,7 +261590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -261699,7 +261699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -261821,7 +261821,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -261858,7 +261858,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" }, "ValidateNotNullOrEmpty": true @@ -261894,7 +261894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -262046,7 +262046,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -262107,7 +262107,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" }, "ValidateNotNullOrEmpty": true @@ -262161,7 +262161,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -262239,7 +262239,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -262344,7 +262344,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -262497,7 +262497,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -262572,7 +262572,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -262649,7 +262649,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -262750,7 +262750,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -262834,7 +262834,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -262957,7 +262957,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -263115,7 +263115,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -263250,7 +263250,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -263334,7 +263334,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -263472,7 +263472,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -263560,7 +263560,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -263844,7 +263844,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -264098,7 +264098,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -264144,7 +264144,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -264405,7 +264405,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -264506,7 +264506,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -264558,7 +264558,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -264706,7 +264706,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -264840,7 +264840,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -264911,7 +264911,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -264987,7 +264987,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -265103,7 +265103,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -265178,7 +265178,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -265243,7 +265243,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -265311,7 +265311,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering" }, "ValidateNotNullOrEmpty": false @@ -265365,7 +265365,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -265524,7 +265524,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering" }, "ValidateNotNullOrEmpty": false @@ -265669,7 +265669,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -265755,7 +265755,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -265990,7 +265990,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -266330,7 +266330,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -266400,7 +266400,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -266472,7 +266472,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -266565,7 +266565,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -266632,7 +266632,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -266704,7 +266704,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -266800,7 +266800,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -267104,7 +267104,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -267186,7 +267186,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -267292,7 +267292,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -267381,7 +267381,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -267448,7 +267448,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -267470,7 +267470,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -267483,7 +267483,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -267513,7 +267513,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -267570,7 +267570,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -267595,7 +267595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -267721,7 +267721,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -267755,7 +267755,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -267774,7 +267774,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -267807,7 +267807,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -267894,7 +267894,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -267931,7 +267931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -268003,7 +268003,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -268094,7 +268094,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -268128,7 +268128,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -268147,7 +268147,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -268180,7 +268180,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -268267,7 +268267,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -268304,7 +268304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -268393,7 +268393,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -268427,7 +268427,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -268446,7 +268446,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -268479,7 +268479,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -268566,7 +268566,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -268603,7 +268603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -268722,7 +268722,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -268756,7 +268756,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -268775,7 +268775,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -268808,7 +268808,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -268895,7 +268895,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -268932,7 +268932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -268993,7 +268993,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -269064,7 +269064,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -269077,7 +269077,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -269150,7 +269150,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -269251,7 +269251,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -269316,7 +269316,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -269374,7 +269374,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -269421,7 +269421,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -269457,7 +269457,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -269536,7 +269536,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -269600,7 +269600,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -269654,7 +269654,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -269750,7 +269750,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -270036,7 +270036,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -270231,7 +270231,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -270287,7 +270287,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -270345,7 +270345,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -270427,7 +270427,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -270499,7 +270499,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -270573,7 +270573,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -270671,7 +270671,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -270768,7 +270768,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -270807,7 +270807,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -270832,7 +270832,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -270851,7 +270851,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -270950,7 +270950,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -270966,7 +270966,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -271058,7 +271058,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -271103,7 +271103,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -271119,7 +271119,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -271196,7 +271196,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -271227,7 +271227,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -271304,7 +271304,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -271335,7 +271335,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -271412,7 +271412,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -271496,7 +271496,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -271568,7 +271568,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -271657,7 +271657,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -271706,7 +271706,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -271754,7 +271754,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -271824,7 +271824,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -271980,7 +271980,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -272026,7 +272026,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -272197,7 +272197,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -272334,7 +272334,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -272456,7 +272456,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -272501,7 +272501,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -272638,7 +272638,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -272760,7 +272760,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -272801,7 +272801,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -272930,7 +272930,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -273002,7 +273002,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -273122,7 +273122,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273184,7 +273184,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -273395,7 +273395,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -273591,7 +273591,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273633,7 +273633,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -273836,7 +273836,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -273908,7 +273908,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -274019,7 +274019,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274088,7 +274088,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -274139,7 +274139,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -274386,7 +274386,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -274603,7 +274603,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274645,7 +274645,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -274676,7 +274676,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -274900,7 +274900,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -274972,7 +274972,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -275056,7 +275056,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -275075,7 +275075,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -275126,7 +275126,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -275246,7 +275246,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -275308,7 +275308,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -275428,7 +275428,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -275475,7 +275475,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -275506,7 +275506,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -275626,7 +275626,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -275680,7 +275680,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -275752,7 +275752,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -275883,7 +275883,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -276074,7 +276074,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -276146,7 +276146,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -276275,7 +276275,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -276321,7 +276321,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -276340,7 +276340,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -276389,7 +276389,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -276646,7 +276646,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -276857,7 +276857,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -276899,7 +276899,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -276915,7 +276915,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -276944,7 +276944,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -277162,7 +277162,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -277222,7 +277222,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -277321,7 +277321,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -277468,7 +277468,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -277563,7 +277563,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -277592,7 +277592,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -277602,7 +277602,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -277686,7 +277686,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -277702,7 +277702,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -277797,7 +277797,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -277813,7 +277813,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -277893,7 +277893,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -277928,7 +277928,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -277944,7 +277944,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -278021,7 +278021,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -278037,7 +278037,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -278121,7 +278121,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -278209,7 +278209,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -278287,7 +278287,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -278389,7 +278389,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -278486,7 +278486,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -278569,7 +278569,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -278618,7 +278618,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -278667,7 +278667,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -278687,7 +278687,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -278707,7 +278707,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -278727,7 +278727,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -278787,7 +278787,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -279025,7 +279025,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -279154,7 +279154,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -279200,7 +279200,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -279245,7 +279245,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -279261,7 +279261,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -279277,7 +279277,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -279293,7 +279293,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -279339,7 +279339,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -279475,7 +279475,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -279563,7 +279563,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -279625,7 +279625,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -279717,7 +279717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -279777,7 +279777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -279839,7 +279839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -279925,7 +279925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -279986,7 +279986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -280049,7 +280049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -280136,7 +280136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -280190,7 +280190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -280246,7 +280246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -280326,7 +280326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -280382,7 +280382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -280440,7 +280440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -280522,7 +280522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -280579,7 +280579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -280638,7 +280638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -280721,7 +280721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -280779,7 +280779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -280839,7 +280839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -280923,7 +280923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -280979,7 +280979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -281037,7 +281037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -281119,7 +281119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -281176,7 +281176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -281235,7 +281235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -281318,7 +281318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -281374,7 +281374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -281432,7 +281432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -281514,7 +281514,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -281572,7 +281572,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -281632,7 +281632,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -281716,7 +281716,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -281794,7 +281794,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -281858,7 +281858,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -281946,7 +281946,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -282033,7 +282033,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -282128,7 +282128,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -282138,7 +282138,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -282244,7 +282244,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -282465,7 +282465,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -282481,7 +282481,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -282512,7 +282512,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -282780,7 +282780,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -283008,7 +283008,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -283061,7 +283061,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283281,7 +283281,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283521,7 +283521,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283786,7 +283786,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -285498,7 +285498,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -285556,7 +285556,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -285615,7 +285615,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -285672,7 +285672,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -285766,7 +285766,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -285776,7 +285776,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -285848,7 +285848,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286066,7 +286066,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286111,7 +286111,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -286127,7 +286127,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -286488,7 +286488,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -286504,7 +286504,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -286835,7 +286835,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -286851,7 +286851,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -287146,7 +287146,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -287162,7 +287162,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -287254,7 +287254,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -287380,7 +287380,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -287444,7 +287444,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287501,7 +287501,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -287692,7 +287692,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287912,7 +287912,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -289574,7 +289574,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -289710,7 +289710,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -289790,7 +289790,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -289885,7 +289885,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -289956,7 +289956,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -290039,7 +290039,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -290112,7 +290112,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -290209,7 +290209,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -290623,7 +290623,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -290694,7 +290694,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -290767,7 +290767,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -290864,7 +290864,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -290936,7 +290936,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -291010,7 +291010,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -291108,7 +291108,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -291176,7 +291176,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -291246,7 +291246,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -291340,7 +291340,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -291407,7 +291407,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -291495,7 +291495,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -291625,7 +291625,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -291691,7 +291691,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -291760,7 +291760,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -291859,7 +291859,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -291925,7 +291925,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -292029,7 +292029,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -292181,7 +292181,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -292248,7 +292248,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -292309,7 +292309,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -292394,7 +292394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -292484,7 +292484,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -292527,7 +292527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -292556,7 +292556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -292655,7 +292655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -292741,7 +292741,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -292787,7 +292787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -292852,7 +292852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -292875,7 +292875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -292955,7 +292955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -293017,7 +293017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -293086,7 +293086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -293136,7 +293136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -293207,7 +293207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -293314,7 +293314,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -293371,7 +293371,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -293430,7 +293430,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -293513,7 +293513,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -293579,7 +293579,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -293630,7 +293630,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -293699,7 +293699,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -293774,7 +293774,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -293868,7 +293868,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -293983,7 +293983,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -294094,7 +294094,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -294134,7 +294134,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -294223,7 +294223,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -294318,7 +294318,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -294398,7 +294398,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -294444,7 +294444,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -294521,7 +294521,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -294605,7 +294605,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -294681,7 +294681,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -294759,7 +294759,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -294861,7 +294861,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -294937,7 +294937,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -295008,7 +295008,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -295075,7 +295075,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -295085,7 +295085,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -295095,7 +295095,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -295123,7 +295123,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -295181,7 +295181,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -295237,7 +295237,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -295303,7 +295303,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -295386,7 +295386,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -295477,7 +295477,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -295493,7 +295493,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -295509,7 +295509,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -295555,7 +295555,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -295649,7 +295649,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -295741,7 +295741,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -295836,7 +295836,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -295919,7 +295919,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -296010,7 +296010,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -296026,7 +296026,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -296042,7 +296042,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -296088,7 +296088,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -296182,7 +296182,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -296274,7 +296274,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -296361,7 +296361,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -296446,7 +296446,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -296555,7 +296555,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -296565,7 +296565,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -296575,7 +296575,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -296585,7 +296585,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -296648,7 +296648,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -296793,7 +296793,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -296809,7 +296809,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -296825,7 +296825,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -296841,7 +296841,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -296933,7 +296933,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -297078,7 +297078,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -297094,7 +297094,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -297110,7 +297110,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -297126,7 +297126,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -297389,7 +297389,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -297465,7 +297465,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -297508,7 +297508,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -297561,7 +297561,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -297641,7 +297641,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -297674,7 +297674,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -297761,7 +297761,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -297829,7 +297829,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -297899,7 +297899,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -297993,7 +297993,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -298078,7 +298078,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -298140,7 +298140,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -298178,7 +298178,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -298219,7 +298219,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -298258,7 +298258,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -298268,7 +298268,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -298296,7 +298296,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -298347,7 +298347,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -298428,7 +298428,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -298444,7 +298444,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -298490,7 +298490,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -298600,7 +298600,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -298681,7 +298681,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -298697,7 +298697,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -298743,7 +298743,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -298790,7 +298790,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -298825,7 +298825,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -298860,7 +298860,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -298910,7 +298910,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -298991,7 +298991,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -299007,7 +299007,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -299053,7 +299053,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -299107,7 +299107,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -299167,7 +299167,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -299229,7 +299229,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -299315,7 +299315,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -299385,7 +299385,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -299404,7 +299404,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -299512,7 +299512,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -299568,7 +299568,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -299647,7 +299647,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -299748,7 +299748,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -299811,7 +299811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -299920,7 +299920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -300022,7 +300022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -300155,7 +300155,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -300212,7 +300212,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -300289,7 +300289,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -300674,7 +300674,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -300830,7 +300830,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -300892,7 +300892,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -300996,7 +300996,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -301382,7 +301382,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -301465,7 +301465,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -301669,7 +301669,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -301932,7 +301932,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -302015,7 +302015,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -302210,7 +302210,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -302464,7 +302464,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -302561,7 +302561,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -302787,7 +302787,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -303074,7 +303074,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -303157,7 +303157,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -303338,7 +303338,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -303578,7 +303578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -303687,7 +303687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -303798,7 +303798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -303946,7 +303946,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -304003,7 +304003,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -304080,7 +304080,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -304465,7 +304465,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -304634,7 +304634,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -304738,7 +304738,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -305124,7 +305124,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -305206,7 +305206,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -305409,7 +305409,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -305672,7 +305672,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -305755,7 +305755,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -305950,7 +305950,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -306204,7 +306204,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -306300,7 +306300,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -306525,7 +306525,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -306812,7 +306812,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -306895,7 +306895,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -307076,7 +307076,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -307316,7 +307316,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -307411,7 +307411,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -307548,7 +307548,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -307789,7 +307789,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hops": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "AvgLatencyInMs": "System.Nullable`1[System.Int32]", @@ -307841,7 +307841,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -307941,7 +307941,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -307991,7 +307991,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -308097,7 +308097,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -308276,7 +308276,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -308437,7 +308437,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -308583,7 +308583,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -308657,7 +308657,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "System.String", "RuleName": "System.String" @@ -308703,7 +308703,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -308869,7 +308869,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -309647,7 +309647,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Available": "System.Boolean", "AvailableIPAddresses": "System.Collections.Generic.List`1[System.String]", @@ -309694,7 +309694,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -309790,7 +309790,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -310163,7 +310163,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -310251,7 +310251,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -310582,7 +310582,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -311094,7 +311094,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311178,7 +311178,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -311287,7 +311287,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -311405,7 +311405,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311496,7 +311496,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311547,7 +311547,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -311557,7 +311557,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -311628,7 +311628,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311757,7 +311757,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -311804,7 +311804,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311952,7 +311952,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -312017,7 +312017,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -312064,7 +312064,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312243,7 +312243,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -312290,7 +312290,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312406,7 +312406,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312460,7 +312460,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -312507,7 +312507,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312623,7 +312623,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312661,7 +312661,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -312726,7 +312726,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -312773,7 +312773,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312889,7 +312889,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312958,7 +312958,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -313005,7 +313005,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -313149,7 +313149,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -313196,7 +313196,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -313324,7 +313324,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -313389,7 +313389,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -313436,7 +313436,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -313595,7 +313595,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -313642,7 +313642,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -313771,7 +313771,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -313818,7 +313818,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -313938,7 +313938,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -314325,7 +314325,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -314443,7 +314443,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -314743,7 +314743,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -314970,7 +314970,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -315065,7 +315065,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -315109,7 +315109,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -315144,7 +315144,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -315253,7 +315253,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -315355,7 +315355,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -315401,7 +315401,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -315483,7 +315483,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -315511,7 +315511,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -315608,7 +315608,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -315686,7 +315686,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -315771,7 +315771,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -315860,7 +315860,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -315988,7 +315988,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -316112,7 +316112,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -316213,7 +316213,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -316323,7 +316323,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -316372,7 +316372,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -316382,7 +316382,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -316537,7 +316537,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -316553,7 +316553,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -316739,7 +316739,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -316755,7 +316755,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -316911,7 +316911,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -316972,7 +316972,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -316988,7 +316988,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -317156,7 +317156,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -317172,7 +317172,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -317332,7 +317332,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -317436,7 +317436,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -317468,7 +317468,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -317511,7 +317511,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -317659,7 +317659,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -317923,7 +317923,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -317952,7 +317952,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -318112,7 +318112,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -318234,7 +318234,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -318462,7 +318462,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -318490,7 +318490,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -318608,7 +318608,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -318708,7 +318708,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -318751,7 +318751,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -318874,7 +318874,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -318964,7 +318964,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -319007,7 +319007,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -319129,7 +319129,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -319200,7 +319200,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -319243,7 +319243,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -319347,7 +319347,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -319433,7 +319433,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -319508,7 +319508,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -319613,7 +319613,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -320043,7 +320043,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -320328,7 +320328,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -320640,7 +320640,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -320757,7 +320757,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -321057,7 +321057,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -321284,7 +321284,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -321366,7 +321366,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -321652,7 +321652,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -322088,7 +322088,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -322202,7 +322202,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -322251,7 +322251,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -322306,7 +322306,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -322328,7 +322328,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -322353,7 +322353,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -322481,7 +322481,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -322560,7 +322560,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -322594,7 +322594,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -322631,7 +322631,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -322741,7 +322741,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -322820,7 +322820,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -322854,7 +322854,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -322891,7 +322891,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -322956,7 +322956,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -323023,7 +323023,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -323102,7 +323102,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -323136,7 +323136,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -323173,7 +323173,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -323265,7 +323265,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -323344,7 +323344,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -323378,7 +323378,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -323415,7 +323415,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -323484,7 +323484,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -323572,7 +323572,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -323610,7 +323610,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -323620,7 +323620,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -323639,7 +323639,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -323749,7 +323749,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -323765,7 +323765,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -323796,7 +323796,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -323909,7 +323909,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -323944,7 +323944,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -323960,7 +323960,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -323991,7 +323991,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -324116,7 +324116,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -324132,7 +324132,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -324163,7 +324163,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -324273,7 +324273,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -324289,7 +324289,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -324320,7 +324320,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -324437,7 +324437,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -324546,7 +324546,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -325082,7 +325082,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -325447,7 +325447,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -325548,7 +325548,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -325670,7 +325670,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -325727,7 +325727,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -325737,7 +325737,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -325887,7 +325887,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -326021,7 +326021,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -326037,7 +326037,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -326117,7 +326117,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -326228,7 +326228,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -326362,7 +326362,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -326378,7 +326378,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -326535,7 +326535,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -326669,7 +326669,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -326685,7 +326685,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -326803,7 +326803,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -326819,7 +326819,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -326903,7 +326903,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -326996,7 +326996,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -327073,7 +327073,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -327204,7 +327204,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -327270,7 +327270,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -327352,7 +327352,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -327466,7 +327466,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -327561,7 +327561,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -327630,7 +327630,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -327717,7 +327717,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -327776,7 +327776,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -327882,7 +327882,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -327892,7 +327892,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -328133,7 +328133,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -328149,7 +328149,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -328398,7 +328398,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -328414,7 +328414,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -328527,7 +328527,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -328678,7 +328678,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -328694,7 +328694,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -328928,7 +328928,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -328944,7 +328944,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -329026,7 +329026,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -329212,7 +329212,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -329228,7 +329228,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -329310,7 +329310,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -329481,7 +329481,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -329497,7 +329497,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -329579,7 +329579,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -329614,7 +329614,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -329765,7 +329765,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -329781,7 +329781,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -329863,7 +329863,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -330019,7 +330019,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -330035,7 +330035,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -330283,7 +330283,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -330299,7 +330299,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -330532,7 +330532,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -330548,7 +330548,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -330645,7 +330645,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -330796,7 +330796,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -330812,7 +330812,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -331030,7 +331030,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -331046,7 +331046,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -331246,7 +331246,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -331262,7 +331262,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -331381,7 +331381,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -331432,7 +331432,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -331471,7 +331471,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -331522,7 +331522,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -331569,7 +331569,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" ] @@ -331577,7 +331577,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -331624,7 +331624,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" ] @@ -331632,7 +331632,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "MatchVariable": "System.String", @@ -331672,7 +331672,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" ] @@ -331680,7 +331680,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup]", "RuleSetVersion": "System.String", @@ -331719,7 +331719,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup" ] @@ -331727,7 +331727,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule]", "RuleGroupName": "System.String" @@ -331765,7 +331765,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule" ] @@ -331773,7 +331773,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String" }, @@ -331818,7 +331818,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -331858,7 +331858,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.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" @@ -331867,7 +331867,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -332005,7 +332005,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -332042,7 +332042,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" ] @@ -332050,7 +332050,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -332092,7 +332092,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" ] @@ -332100,7 +332100,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -332153,7 +332153,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress" ] @@ -332161,7 +332161,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Fqdn": "System.String", "IpAddress": "System.String" @@ -332199,7 +332199,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" ] @@ -332207,7 +332207,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", @@ -332289,7 +332289,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -332374,7 +332374,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -332438,7 +332438,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDdosSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -332472,7 +332472,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -332519,7 +332519,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -332565,7 +332565,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -332658,7 +332658,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -332728,7 +332728,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface" ] @@ -332736,7 +332736,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -332816,7 +332816,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "AppliedDnsServers": "System.Collections.Generic.List`1[System.String]", @@ -332859,7 +332859,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration" ] @@ -332867,7 +332867,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -332910,7 +332910,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -332967,7 +332967,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSSecurityRule" ] @@ -332975,7 +332975,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -333036,7 +333036,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" ] @@ -333044,7 +333044,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -333090,7 +333090,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSSubnet" ] @@ -333098,7 +333098,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -333157,7 +333157,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRoute" ] @@ -333165,7 +333165,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -333208,7 +333208,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSDelegation" ] @@ -333216,7 +333216,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -333258,7 +333258,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration" ] @@ -333266,7 +333266,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint" ] @@ -333274,7 +333274,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -333349,7 +333349,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig" ] @@ -333357,7 +333357,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Fqdn": "System.String" @@ -333395,7 +333395,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration" ] @@ -333403,7 +333403,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "GroupId": "System.String", @@ -333445,7 +333445,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection" ] @@ -333453,7 +333453,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -333499,7 +333499,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -333538,7 +333538,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSResourceId" ] @@ -333546,7 +333546,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink" ] @@ -333554,7 +333554,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -333596,7 +333596,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink" ] @@ -333604,7 +333604,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -333646,7 +333646,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" ] @@ -333654,7 +333654,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.List`1[System.String]", "Service": "System.String", @@ -333693,7 +333693,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" ] @@ -333701,7 +333701,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -333759,7 +333759,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition" ] @@ -333767,7 +333767,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -333810,7 +333810,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabel": "System.String", "Fqdn": "System.String", @@ -333849,7 +333849,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -333887,7 +333887,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag" ] @@ -333895,7 +333895,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -333933,7 +333933,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Fqdns": "System.Collections.Generic.List`1[System.String]", "RequiredMemberName": "System.String", @@ -333972,7 +333972,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" ] @@ -333980,7 +333980,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -334042,7 +334042,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" ] @@ -334050,7 +334050,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -334100,7 +334100,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping" ] @@ -334108,7 +334108,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendPort": "System.Nullable`1[System.Int32]", "BackendPort": "System.Nullable`1[System.Int32]", @@ -334147,7 +334147,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" ] @@ -334155,7 +334155,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Identifier": "System.Int32", @@ -334195,7 +334195,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" ] @@ -334203,7 +334203,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -334265,7 +334265,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap" ] @@ -334273,7 +334273,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" ] @@ -334281,7 +334281,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -334349,7 +334349,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -334387,7 +334387,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" ] @@ -334395,7 +334395,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -334456,7 +334456,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" ] @@ -334464,7 +334464,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -334502,7 +334502,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" ] @@ -334510,7 +334510,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -334559,7 +334559,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" ] @@ -334567,7 +334567,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -334609,7 +334609,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" ] @@ -334617,7 +334617,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -334673,7 +334673,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" ] @@ -334681,7 +334681,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -334724,7 +334724,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" ] @@ -334732,7 +334732,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -334782,7 +334782,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection" ] @@ -334790,7 +334790,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -334835,7 +334835,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" ] @@ -334843,7 +334843,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -334886,7 +334886,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" ] @@ -334894,7 +334894,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Primary": "System.Nullable`1[System.Boolean]", @@ -334940,7 +334940,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" ] @@ -334948,7 +334948,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -335000,7 +335000,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -335039,7 +335039,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" ] @@ -335047,7 +335047,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -335099,7 +335099,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" ] @@ -335107,7 +335107,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335162,7 +335162,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" ] @@ -335170,7 +335170,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -335217,7 +335217,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -335225,7 +335225,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -335268,7 +335268,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -335310,7 +335310,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -335349,7 +335349,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -335357,7 +335357,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -335395,7 +335395,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition" ] @@ -335403,7 +335403,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -335443,7 +335443,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" ] @@ -335451,7 +335451,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335500,7 +335500,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" ] @@ -335508,7 +335508,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -335558,7 +335558,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" ] @@ -335566,7 +335566,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -335611,7 +335611,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -335649,7 +335649,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" ] @@ -335657,7 +335657,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ValidatedCertData": "System.String", @@ -335701,7 +335701,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" ] @@ -335709,7 +335709,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -335751,7 +335751,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" ] @@ -335759,7 +335759,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335809,7 +335809,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" ] @@ -335817,7 +335817,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335999,7 +335999,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]" @@ -336037,7 +336037,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion" ] @@ -336045,7 +336045,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "MatchVariable": "System.String", @@ -336085,7 +336085,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet" ] @@ -336093,7 +336093,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -336132,7 +336132,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride" ] @@ -336140,7 +336140,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -336178,7 +336178,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride" ] @@ -336186,7 +336186,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String", "State": "System.String", @@ -336225,7 +336225,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -336266,7 +336266,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" ] @@ -336274,7 +336274,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -336316,7 +336316,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition" ] @@ -336324,7 +336324,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -336368,7 +336368,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable" ] @@ -336376,7 +336376,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -336414,7 +336414,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String", @@ -336453,7 +336453,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BandwidthInMbps": "System.Int32", "PeeringLocation": "System.String", @@ -336492,7 +336492,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" ] @@ -336500,7 +336500,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -336542,7 +336542,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPeering" ] @@ -336550,7 +336550,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -336612,7 +336612,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", @@ -336658,7 +336658,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvertisedPublicPrefixes": "System.Collections.Generic.List`1[System.String]", "AdvertisedCommunities": "System.Collections.Generic.List`1[System.String]", @@ -336702,7 +336702,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -336760,7 +336760,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule" ] @@ -336768,7 +336768,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -336810,7 +336810,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection" ] @@ -336818,7 +336818,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -336867,7 +336867,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "CircuitConnectionStatus": "System.String" @@ -336905,7 +336905,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection" ] @@ -336913,7 +336913,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -336969,7 +336969,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -337006,7 +337006,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering" ] @@ -337014,7 +337014,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -337078,7 +337078,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" ] @@ -337086,7 +337086,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -337134,7 +337134,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CknSecretIdentifier": "System.String", "CakSecretIdentifier": "System.String", @@ -337174,7 +337174,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -337212,7 +337212,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" ] @@ -337220,7 +337220,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool" ] @@ -337228,7 +337228,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -337289,7 +337289,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule" ] @@ -337297,7 +337297,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -337361,7 +337361,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSOutboundRule" ] @@ -337369,7 +337369,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -337421,7 +337421,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSProbe" ] @@ -337429,7 +337429,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -337497,7 +337497,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -337535,7 +337535,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress" ] @@ -337543,7 +337543,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag" ] @@ -337551,7 +337551,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -337589,7 +337589,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer" ] @@ -337597,7 +337597,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -337639,7 +337639,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" ] @@ -337647,7 +337647,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -337688,7 +337688,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" ] @@ -337696,7 +337696,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -337738,7 +337738,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "AddressPrefixesText": "System.String" @@ -337776,7 +337776,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpPeeringAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", "PeerWeight": "System.Nullable`1[System.Int32]", @@ -337816,7 +337816,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" ] @@ -337824,7 +337824,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -337863,7 +337863,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Int32", "Name": "System.String", @@ -337902,7 +337902,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.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]", @@ -337957,7 +337957,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" ] @@ -337965,7 +337965,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -338009,7 +338009,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" ] @@ -338017,7 +338017,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RadiusServerScore": "System.Int32", "RadiusServerSecret": "System.String", @@ -338056,7 +338056,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" ] @@ -338064,7 +338064,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -338105,7 +338105,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" ] @@ -338113,7 +338113,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -338154,7 +338154,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration" ] @@ -338162,7 +338162,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -338207,7 +338207,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" ] @@ -338215,7 +338215,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -338262,7 +338262,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping" ] @@ -338270,7 +338270,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "System.String", "PortRange": "System.String" @@ -338308,7 +338308,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkCommunity": "System.String", "RegionalCommunity": "System.String" @@ -338350,7 +338350,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkEncryption, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.String", "Enforcement": "System.String" @@ -338388,7 +338388,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "DnsServersText": "System.String" @@ -338426,7 +338426,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering" ] @@ -338434,7 +338434,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -338494,7 +338494,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -338531,7 +338531,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -338586,7 +338586,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -338654,7 +338654,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer" ] @@ -338662,7 +338662,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -338704,7 +338704,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]", "VpnClientConnectionsCount": "System.Int32", @@ -338745,7 +338745,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" ] @@ -338753,7 +338753,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -338802,7 +338802,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -338843,7 +338843,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ids": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Labels": "System.Collections.Generic.List`1[System.String]" @@ -338881,7 +338881,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StaticRoutesConfig": "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig", "StaticRoutes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]" @@ -338919,7 +338919,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagateStaticRoutes": "System.Boolean", "VnetLocalRouteOverrideCriteria": "System.String" @@ -338957,7 +338957,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSStaticRoute" ] @@ -338965,7 +338965,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -339004,7 +339004,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" ] @@ -339012,7 +339012,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -339058,7 +339058,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" ] @@ -339066,7 +339066,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "AttributeType": "System.String", @@ -339105,7 +339105,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet" ] @@ -339113,7 +339113,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", "Tag": "System.Collections.Hashtable", @@ -339163,7 +339163,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup" ] @@ -339171,7 +339171,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", "RuleGroupName": "System.String", @@ -339211,7 +339211,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule" ] @@ -339219,7 +339219,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.Int32", "Description": "System.String" @@ -339257,7 +339257,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool" ] @@ -339265,7 +339265,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", @@ -339305,7 +339305,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings" ] @@ -339313,7 +339313,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "Servers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", @@ -339353,7 +339353,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer" ] @@ -339361,7 +339361,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "Address": "System.String", @@ -339401,7 +339401,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -339447,7 +339447,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration" ] @@ -339455,7 +339455,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -339498,7 +339498,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -339568,7 +339568,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity" ] @@ -339576,7 +339576,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsAuthorizedToUse": "System.Boolean", "CommunityPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -339619,7 +339619,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterface": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -339668,7 +339668,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule" ] @@ -339676,7 +339676,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -339723,7 +339723,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -339760,7 +339760,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", "BoundsText": "System.String" @@ -339798,7 +339798,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Min": "System.Int32", "Max": "System.Int32" @@ -339836,7 +339836,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -339873,7 +339873,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection" ] @@ -339881,7 +339881,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -339928,7 +339928,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths" ] @@ -339936,7 +339936,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ValueInGbps": "System.Nullable`1[System.Int32]", "OfferName": "System.String" @@ -339974,7 +339974,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered" ] @@ -339982,7 +339982,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ValueInMbps": "System.Int32", "OfferName": "System.String" @@ -340020,7 +340020,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -340058,7 +340058,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -340096,13 +340096,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress" }, "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, @@ -340139,7 +340139,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -340183,7 +340183,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -340221,7 +340221,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -340311,7 +340311,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" ] @@ -340319,7 +340319,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -340393,7 +340393,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -340430,7 +340430,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule" ] @@ -340438,7 +340438,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -340500,7 +340500,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol" ] @@ -340508,7 +340508,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -340560,7 +340560,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration" ] @@ -340568,7 +340568,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" ] @@ -340576,7 +340576,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -340650,7 +340650,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -340687,7 +340687,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule" ] @@ -340695,7 +340695,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -340756,7 +340756,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" ] @@ -340764,7 +340764,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -340838,7 +340838,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" ] @@ -340846,7 +340846,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -340908,7 +340908,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -341204,7 +341204,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -341250,7 +341250,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -341288,7 +341288,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -341330,7 +341330,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -341368,7 +341368,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BypassTrafficSettings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting]", "SignatureOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride]", @@ -341407,7 +341407,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting" ] @@ -341415,7 +341415,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceAddresses": "System.Collections.Generic.List`1[System.String]", "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", @@ -341459,7 +341459,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride" ] @@ -341467,7 +341467,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Mode": "System.String" @@ -341505,7 +341505,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tier": "System.String" }, @@ -341542,7 +341542,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -341580,7 +341580,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" }, @@ -341617,7 +341617,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -341655,7 +341655,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthority": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority" }, @@ -341692,7 +341692,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "KeyVaultSecretId": "System.String" @@ -341738,7 +341738,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -341789,7 +341789,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" ] @@ -341797,7 +341797,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "RuleCollectionType": "System.String", @@ -341836,7 +341836,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -341884,7 +341884,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTenantScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", "ManagementGroups": "System.Collections.Generic.List`1[System.String]", @@ -341926,7 +341926,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes" ] @@ -341934,7 +341934,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagementGroups": "System.Collections.Generic.List`1[System.String]", "Subscriptions": "System.Collections.Generic.List`1[System.String]", @@ -341975,7 +341975,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -342030,7 +342030,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration" ] @@ -342038,7 +342038,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -342089,7 +342089,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup" ] @@ -342097,7 +342097,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MemberType": "System.String" @@ -342135,7 +342135,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem" ] @@ -342143,7 +342143,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String", "UseHubGateway": "System.String", @@ -342183,7 +342183,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub" ] @@ -342191,7 +342191,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ResourceType": "System.String" @@ -342229,7 +342229,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule" ] @@ -342237,7 +342237,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", "RuleCollectionAppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -342286,7 +342286,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem" ] @@ -342294,7 +342294,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String" }, @@ -342331,7 +342331,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus" ] @@ -342339,7 +342339,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationIds": "System.Collections.Generic.IList`1[System.String]", "CommitTime": "System.Nullable`1[System.DateTime]", @@ -342382,7 +342382,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration" ] @@ -342390,7 +342390,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -342439,7 +342439,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule" ] @@ -342447,7 +342447,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", "RuleCollectionAppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -342494,7 +342494,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface" ] @@ -342502,7 +342502,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.Commands.Network.Models.PSContainer", "ContainerNetworkInterfaceConfiguration": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", @@ -342548,7 +342548,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -342585,7 +342585,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -342629,7 +342629,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile" ] @@ -342637,7 +342637,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "ProvisioningState": "System.String", @@ -342679,7 +342679,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration" ] @@ -342687,7 +342687,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -342733,7 +342733,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration" ] @@ -342741,7 +342741,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation" ] @@ -342749,7 +342749,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", "Id": "System.String", @@ -342788,7 +342788,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Region": "System.String", @@ -342828,7 +342828,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -342867,7 +342867,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSResourceId" ] @@ -342875,7 +342875,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties" ] @@ -342883,7 +342883,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PublicIpAddress": "System.String", @@ -342922,7 +342922,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances" ] @@ -342930,7 +342930,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceCount": "System.Nullable`1[System.Int32]", "ScaleUnit": "System.String" @@ -342968,7 +342968,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Address": "System.String", @@ -343007,7 +343007,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Nullable`1[System.Int32]", "ResourceId": "System.String" @@ -343054,7 +343054,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" ] @@ -343062,7 +343062,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -343101,7 +343101,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceResourceId": "System.String" }, @@ -343138,7 +343138,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" ] @@ -343146,7 +343146,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -343190,7 +343190,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -343198,7 +343198,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope", "Name": "System.String", @@ -343241,7 +343241,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]", "Exclude": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]", @@ -343281,7 +343281,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" ] @@ -343289,7 +343289,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, @@ -343326,7 +343326,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject" ] @@ -343334,7 +343334,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -343377,7 +343377,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -343411,7 +343411,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoundTripTimeMs": "System.Nullable`1[System.Double]", "ChecksFailedPercent": "System.Nullable`1[System.Int32]" @@ -343449,7 +343449,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot" ] @@ -343457,7 +343457,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hops": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -343499,7 +343499,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop" ] @@ -343507,7 +343507,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Issues": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", "NextHopIds": "System.Collections.Generic.List`1[System.String]", @@ -343550,7 +343550,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue" ] @@ -343558,7 +343558,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "System.Collections.Generic.List`1[System.Collections.Generic.Dictionary`2[System.String,System.String]]", "Origin": "System.String", @@ -343606,7 +343606,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Version": "System.Nullable`1[System.Int32]", "Type": "System.String" @@ -343644,7 +343644,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -343682,7 +343682,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkWatcherFlowAnalyticsConfiguration": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties" }, @@ -343723,7 +343723,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "TrafficAnalyticsInterval": "System.Nullable`1[System.Int32]", @@ -343768,7 +343768,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -343806,7 +343806,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageId": "System.String", "StoragePath": "System.String", @@ -343845,7 +343845,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" ] @@ -343853,7 +343853,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -343894,7 +343894,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType" ] @@ -343902,7 +343902,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -343989,7 +343989,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry" ] @@ -343997,7 +343997,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", @@ -344037,7 +344037,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState" ] @@ -344045,7 +344045,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "Cities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", @@ -344085,7 +344085,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity" ] @@ -344093,7 +344093,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "CityName": "System.String" @@ -344131,7 +344131,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Country": "System.String", "State": "System.String", @@ -344170,7 +344170,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem" ] @@ -344178,7 +344178,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Latencies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", "Provider": "System.String", @@ -344218,7 +344218,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo" ] @@ -344226,7 +344226,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "Score": "System.Nullable`1[System.Int32]" @@ -344264,7 +344264,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView" ] @@ -344272,7 +344272,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EffectiveSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", "NetworkInterfaceSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -344317,7 +344317,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTopologyResource" ] @@ -344325,7 +344325,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Associations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", "Name": "System.String", @@ -344366,7 +344366,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation" ] @@ -344374,7 +344374,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AssociationType": "System.String", "Name": "System.String", @@ -344413,7 +344413,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails" ] @@ -344421,7 +344421,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", "Id": "System.String", @@ -344463,7 +344463,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions" ] @@ -344471,7 +344471,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "ActionText": "System.String", @@ -344511,7 +344511,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -344519,7 +344519,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", "Name": "System.String", @@ -344560,7 +344560,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet" ] @@ -344568,7 +344568,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddresses": "System.Collections.Generic.IList`1[System.String]", "Ttl": "System.Int32", @@ -344611,7 +344611,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subscriptions": "System.Collections.Generic.List`1[System.String]", "SubscriptionsText": "System.String" @@ -344649,7 +344649,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection" ] @@ -344657,7 +344657,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -344703,7 +344703,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration" ] @@ -344711,7 +344711,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -344759,7 +344759,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -344801,7 +344801,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBgpConnection" ] @@ -344809,7 +344809,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -344852,7 +344852,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration" ] @@ -344860,7 +344860,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -344902,7 +344902,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" ] @@ -344910,7 +344910,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -344954,7 +344954,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" ] @@ -344967,7 +344967,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" ] @@ -344975,7 +344975,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -345016,7 +345016,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, @@ -345053,7 +345053,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Allow": "System.Nullable`1[System.Boolean]", "Optimize": "System.Nullable`1[System.Boolean]", @@ -345092,7 +345092,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345144,7 +345144,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345212,7 +345212,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" ] @@ -345220,7 +345220,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -345258,7 +345258,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth" ] @@ -345266,7 +345266,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", @@ -345307,7 +345307,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "quickModeSa": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa]", @@ -345356,7 +345356,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa" ] @@ -345364,7 +345364,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "localTrafficSelectors": "System.Collections.Generic.List`1[System.String]", @@ -345413,7 +345413,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -345451,7 +345451,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345505,7 +345505,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, @@ -345542,7 +345542,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Allow": "System.Nullable`1[System.Boolean]", "Optimize": "System.Nullable`1[System.Boolean]", @@ -345581,7 +345581,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkSpeedInMbps": "System.Int32", "DeviceVendor": "System.String", @@ -345620,7 +345620,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" ] @@ -345628,7 +345628,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -345673,7 +345673,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Asn": "System.Nullable`1[System.Int64]", "BgpPeeringAddress": "System.String" @@ -345711,7 +345711,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkSpeedInMbps": "System.Int32", "LinkProviderName": "System.String" @@ -345749,7 +345749,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadTenant": "System.String", "AadAudience": "System.String", @@ -345788,7 +345788,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSClientCertificate" ] @@ -345796,7 +345796,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Thumbprint": "System.String" @@ -345834,7 +345834,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate" ] @@ -345842,7 +345842,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PublicCertData": "System.String" @@ -345880,7 +345880,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" ] @@ -345888,7 +345888,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -345945,7 +345945,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" ] @@ -345953,7 +345953,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -346009,7 +346009,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration" ] @@ -346017,7 +346017,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "PublicIpAddress": "System.String", @@ -346056,7 +346056,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" ] @@ -346064,7 +346064,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -346115,7 +346115,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "quickModeSa": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa]", @@ -346164,7 +346164,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.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" ] @@ -346172,7 +346172,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "localTrafficSelectors": "System.Collections.Generic.List`1[System.String]", @@ -346221,7 +346221,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult" ] @@ -346229,7 +346229,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Profile": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", "NetworkSecurityGroupResult": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult" @@ -346267,7 +346267,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -346308,7 +346308,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EvaluatedNetworkSecurityGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", "SecurityRuleAccessResult": "System.String", @@ -346347,7 +346347,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup" ] @@ -346355,7 +346355,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchedRule": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", "RulesEvaluationResult": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", @@ -346396,7 +346396,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleName": "System.String", "Action": "System.String" @@ -346434,7 +346434,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult" ] @@ -346442,7 +346442,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolMatched": "System.Boolean", "SourceMatched": "System.Boolean", @@ -346484,7 +346484,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol" ] @@ -346492,7 +346492,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -346540,7 +346540,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "RuleType": "System.String" @@ -346578,7 +346578,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -346639,7 +346639,7 @@ "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -346726,7 +346726,7 @@ "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -346813,7 +346813,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "AddressPrefixType": "System.String" @@ -346851,7 +346851,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader" ] @@ -346859,7 +346859,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.20.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.20.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -346921,7 +346921,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.20.1.0, Culture=neutral, PublicKeyToken=null]], 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.20.1.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.RecoveryServices.json b/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json index cf1f7a9ec047..bbe7a5472319 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.7.0", + "ModuleVersion": "6.0.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -88,7 +88,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -136,7 +136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9651,7 +9651,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9770,7 +9770,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -9857,7 +9857,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -9871,7 +9871,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -9887,7 +9887,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -9911,7 +9911,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9920,7 +9920,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9929,7 +9929,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -9946,7 +9946,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10008,7 +10008,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -10028,7 +10028,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -10066,7 +10066,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10081,7 +10081,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10096,7 +10096,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10187,7 +10187,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -10209,7 +10209,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -10247,7 +10247,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10262,7 +10262,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10277,7 +10277,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10368,7 +10368,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -10404,7 +10404,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10419,7 +10419,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10434,7 +10434,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10540,7 +10540,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10555,7 +10555,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10570,7 +10570,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10668,7 +10668,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -10725,7 +10725,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -10737,7 +10737,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -10782,7 +10782,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -10802,7 +10802,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -10865,7 +10865,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -10883,7 +10883,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -10952,7 +10952,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -10978,7 +10978,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -11071,7 +11071,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -11128,7 +11128,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -11201,7 +11201,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -11432,7 +11432,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -11601,7 +11601,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossRegionRestore": "System.Boolean", "BackupStorageRedundancy": "System.String" @@ -11647,7 +11647,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -11692,7 +11692,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -11758,7 +11758,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -11826,7 +11826,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -11849,7 +11849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11858,7 +11858,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11920,7 +11920,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -11940,7 +11940,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12001,7 +12001,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12021,7 +12021,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12036,7 +12036,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12142,7 +12142,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12286,7 +12286,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -12347,7 +12347,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -12359,7 +12359,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -12412,7 +12412,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -12501,7 +12501,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12521,7 +12521,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -12598,7 +12598,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12618,7 +12618,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -12636,7 +12636,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -12713,7 +12713,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12792,7 +12792,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12819,7 +12819,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12874,7 +12874,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12928,7 +12928,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13006,7 +13006,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "EndTime": "System.Nullable`1[System.DateTime]", @@ -13077,7 +13077,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13176,7 +13176,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13262,7 +13262,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13416,7 +13416,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13495,7 +13495,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13541,7 +13541,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13559,7 +13559,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -13642,7 +13642,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13667,7 +13667,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13697,7 +13697,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -13776,7 +13776,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13892,7 +13892,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13917,7 +13917,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13947,7 +13947,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -14094,7 +14094,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -14140,7 +14140,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14149,7 +14149,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -14181,7 +14181,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Daily", @@ -14201,7 +14201,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14216,7 +14216,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -14260,7 +14260,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Daily", @@ -14292,7 +14292,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -14338,7 +14338,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14400,7 +14400,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14492,7 +14492,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -14538,7 +14538,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14547,7 +14547,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -14579,7 +14579,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Daily", @@ -14593,7 +14593,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -14608,7 +14608,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14623,7 +14623,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -14667,7 +14667,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Daily", @@ -14687,7 +14687,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14714,7 +14714,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackedUp": "System.Boolean", "VaultId": "System.String" @@ -15089,7 +15089,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -15153,7 +15153,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15180,7 +15180,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15197,7 +15197,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15234,7 +15234,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15257,7 +15257,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15319,7 +15319,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15343,7 +15343,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15366,7 +15366,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15421,7 +15421,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15456,7 +15456,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15556,7 +15556,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15579,7 +15579,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15634,7 +15634,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15669,7 +15669,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15754,7 +15754,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15777,7 +15777,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15832,7 +15832,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15867,7 +15867,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16131,7 +16131,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -16498,7 +16498,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "encryptionProperties": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig", "StorageModelType": "System.String", @@ -16646,7 +16646,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FilePath": "System.String" }, @@ -16691,7 +16691,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -16790,7 +16790,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -16921,7 +16921,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17022,7 +17022,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17123,7 +17123,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17201,7 +17201,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -17346,7 +17346,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17403,7 +17403,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17417,7 +17417,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17470,7 +17470,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17490,7 +17490,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17606,7 +17606,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17685,7 +17685,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17710,7 +17710,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17762,7 +17762,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17817,7 +17817,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17835,7 +17835,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultStandard" @@ -17847,7 +17847,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -17894,7 +17894,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17918,7 +17918,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultStandard" @@ -17936,7 +17936,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -18007,7 +18007,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -18594,7 +18594,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -18924,7 +18924,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -19166,7 +19166,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -19387,7 +19387,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -19474,7 +19474,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -19491,7 +19491,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -19508,7 +19508,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -19535,7 +19535,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -19603,7 +19603,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -19642,7 +19642,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -19773,7 +19773,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -19796,7 +19796,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -19865,7 +19865,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -19959,7 +19959,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21230,7 +21230,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21299,7 +21299,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21376,7 +21376,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21523,7 +21523,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21604,7 +21604,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21666,7 +21666,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21759,7 +21759,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21837,7 +21837,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -21854,7 +21854,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21874,7 +21874,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21935,7 +21935,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -21958,7 +21958,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21984,7 +21984,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -22056,7 +22056,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -22079,7 +22079,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -22177,7 +22177,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -22255,7 +22255,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22273,7 +22273,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22358,7 +22358,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -22418,7 +22418,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22442,7 +22442,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22466,7 +22466,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -22528,7 +22528,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22586,7 +22586,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -22648,7 +22648,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22747,7 +22747,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -22882,7 +22882,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -22996,7 +22996,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -23022,7 +23022,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -23032,7 +23032,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput" }, "ValidateNotNullOrEmpty": true @@ -23100,7 +23100,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -23155,7 +23155,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -23196,7 +23196,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput" }, "ValidateNotNullOrEmpty": false @@ -23206,7 +23206,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -23256,7 +23256,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -23552,7 +23552,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -23599,7 +23599,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -23633,7 +23633,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -23922,7 +23922,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -24032,7 +24032,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -24079,7 +24079,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -24113,7 +24113,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput" }, "ValidateNotNullOrEmpty": false @@ -24129,7 +24129,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -24403,7 +24403,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -24513,7 +24513,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -24605,7 +24605,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -24715,7 +24715,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -25058,7 +25058,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -25149,7 +25149,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -25196,7 +25196,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -25306,7 +25306,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -25592,7 +25592,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -25987,7 +25987,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -26097,7 +26097,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -26238,7 +26238,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -26442,7 +26442,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -26552,7 +26552,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -26584,7 +26584,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput" }, "ValidateNotNullOrEmpty": true @@ -26694,7 +26694,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -26868,7 +26868,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -26978,7 +26978,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -27083,7 +27083,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -27161,7 +27161,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -27175,7 +27175,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -27230,7 +27230,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -27250,7 +27250,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -27342,7 +27342,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -27411,7 +27411,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -27438,7 +27438,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -27495,7 +27495,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -27534,7 +27534,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -27624,7 +27624,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReuseExistingNic": "System.Boolean", "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", @@ -27691,7 +27691,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -27847,7 +27847,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" }, "ValidateNotNullOrEmpty": false @@ -27898,7 +27898,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -28132,7 +28132,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" }, "ValidateNotNullOrEmpty": false @@ -28220,7 +28220,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimary": "System.Boolean", "IsSeletedForFailover": "System.Boolean", @@ -28614,7 +28614,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -28675,7 +28675,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28684,7 +28684,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -28696,7 +28696,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28705,7 +28705,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28726,7 +28726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "TierRecommended", @@ -28814,7 +28814,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28829,7 +28829,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -28847,7 +28847,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28862,7 +28862,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28895,7 +28895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "TierRecommended", @@ -29004,7 +29004,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -29285,7 +29285,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29351,7 +29351,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29365,7 +29365,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -29377,7 +29377,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -29445,7 +29445,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -29463,7 +29463,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -29539,7 +29539,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29559,7 +29559,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -29577,7 +29577,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -29653,7 +29653,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -29671,7 +29671,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -29754,7 +29754,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -29826,7 +29826,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -29882,7 +29882,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -29993,7 +29993,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -30065,7 +30065,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -30116,7 +30116,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -30185,7 +30185,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -30257,7 +30257,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -30303,7 +30303,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -30367,7 +30367,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -30439,7 +30439,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -30488,7 +30488,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -30583,7 +30583,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -30655,7 +30655,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -30717,7 +30717,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -30849,7 +30849,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -30930,7 +30930,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -31025,7 +31025,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -31124,7 +31124,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -31196,7 +31196,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -31291,7 +31291,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -31477,7 +31477,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -31549,7 +31549,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -31646,7 +31646,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -31750,7 +31750,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -31854,7 +31854,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -31949,7 +31949,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -32021,7 +32021,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -32079,7 +32079,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -32207,7 +32207,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -32279,7 +32279,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -32323,7 +32323,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -32416,7 +32416,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -32497,7 +32497,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -32518,7 +32518,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -32620,7 +32620,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -32678,7 +32678,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -32789,7 +32789,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -32850,7 +32850,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -33009,7 +33009,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -33360,7 +33360,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Response": "System.String" }, @@ -33405,7 +33405,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -33450,7 +33450,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -33513,7 +33513,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -33594,7 +33594,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -33696,7 +33696,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -33801,7 +33801,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -33867,7 +33867,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -33885,7 +33885,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -33929,7 +33929,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -33947,7 +33947,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -34268,7 +34268,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -34526,7 +34526,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -34550,7 +34550,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -34580,7 +34580,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.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" ] @@ -34735,7 +34735,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -34945,7 +34945,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -35293,7 +35293,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -35503,7 +35503,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -35743,7 +35743,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -35883,7 +35883,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -35964,7 +35964,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -36096,7 +36096,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -36237,7 +36237,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -36670,7 +36670,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -36742,7 +36742,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -37031,7 +37031,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -37140,7 +37140,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig" }, "ValidateNotNullOrEmpty": false @@ -37188,7 +37188,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -37627,7 +37627,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -37802,7 +37802,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig" }, "ValidateNotNullOrEmpty": false @@ -37874,7 +37874,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -37931,7 +37931,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -37976,7 +37976,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -38088,7 +38088,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -38107,7 +38107,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType" ] @@ -38154,7 +38154,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -38179,7 +38179,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType" ] @@ -38250,7 +38250,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -38307,7 +38307,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -38322,7 +38322,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38331,7 +38331,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38361,7 +38361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "TierRecommended", @@ -38443,7 +38443,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -38510,7 +38510,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38525,7 +38525,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38558,7 +38558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "TierRecommended", @@ -38629,7 +38629,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -38711,7 +38711,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -39064,7 +39064,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -39109,7 +39109,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -39642,7 +39642,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -39711,7 +39711,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -39727,7 +39727,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -39819,7 +39819,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -39841,7 +39841,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40027,7 +40027,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40096,7 +40096,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -40116,7 +40116,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40190,7 +40190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -40247,7 +40247,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40374,7 +40374,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40443,7 +40443,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -40463,7 +40463,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40537,7 +40537,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -40594,7 +40594,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40721,7 +40721,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40790,7 +40790,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -40810,7 +40810,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40897,7 +40897,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -40987,7 +40987,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -41150,7 +41150,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -41204,7 +41204,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -41348,7 +41348,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -41668,7 +41668,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -41746,7 +41746,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -41866,7 +41866,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -41993,7 +41993,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -42083,7 +42083,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -42175,7 +42175,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -42202,7 +42202,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -42358,7 +42358,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -42430,7 +42430,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -42448,7 +42448,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -42489,7 +42489,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -42533,7 +42533,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -42572,7 +42572,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -42596,7 +42596,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -42643,7 +42643,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -42693,7 +42693,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -42781,7 +42781,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -42859,7 +42859,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -42879,7 +42879,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -43023,7 +43023,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43095,7 +43095,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -43236,7 +43236,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -43305,7 +43305,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43325,7 +43325,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -43386,7 +43386,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -43443,7 +43443,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -43512,7 +43512,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43676,7 +43676,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43702,7 +43702,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -43825,7 +43825,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43985,7 +43985,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -44058,7 +44058,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -44160,7 +44160,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -44214,7 +44214,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -44237,7 +44237,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -44339,7 +44339,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -44427,7 +44427,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -44620,7 +44620,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -44689,7 +44689,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -44709,7 +44709,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -44800,7 +44800,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -44870,7 +44870,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -45034,7 +45034,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -45088,7 +45088,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -45208,7 +45208,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -45490,7 +45490,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -45571,7 +45571,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -45673,7 +45673,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -45778,7 +45778,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -45835,7 +45835,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -45899,7 +45899,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -46127,7 +46127,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -46146,7 +46146,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -46212,7 +46212,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -46237,7 +46237,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -46274,7 +46274,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -46331,7 +46331,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -46394,7 +46394,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -46487,7 +46487,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -46544,7 +46544,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -46611,7 +46611,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -46714,7 +46714,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -46771,7 +46771,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -46829,7 +46829,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -46917,7 +46917,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -46986,7 +46986,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -46999,7 +46999,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -47073,7 +47073,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -47092,7 +47092,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -47218,7 +47218,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -47290,7 +47290,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -47312,7 +47312,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -47367,7 +47367,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -47444,7 +47444,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -47472,7 +47472,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -47564,7 +47564,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -47690,7 +47690,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -47948,7 +47948,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -48069,7 +48069,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -48205,7 +48205,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -48363,7 +48363,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -48597,7 +48597,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -48718,7 +48718,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -48790,7 +48790,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -49024,7 +49024,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -49103,7 +49103,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -49175,7 +49175,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49264,7 +49264,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49373,7 +49373,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49505,7 +49505,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -49655,7 +49655,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -49668,7 +49668,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -49683,7 +49683,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -49703,7 +49703,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -49744,7 +49744,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49786,7 +49786,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -49822,7 +49822,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -49832,7 +49832,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -49852,7 +49852,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -49976,7 +49976,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -50068,7 +50068,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -50087,7 +50087,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -50108,7 +50108,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -50134,7 +50134,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -50181,7 +50181,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -50211,7 +50211,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -50284,7 +50284,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -50351,7 +50351,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -50370,7 +50370,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -50396,7 +50396,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -50443,7 +50443,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -50503,7 +50503,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -50622,7 +50622,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -50682,7 +50682,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -50721,7 +50721,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -50870,7 +50870,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -50915,7 +50915,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -50939,7 +50939,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51088,7 +51088,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51207,7 +51207,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51326,7 +51326,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -51386,7 +51386,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51651,7 +51651,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -51681,7 +51681,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -51697,7 +51697,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51947,7 +51947,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -52023,7 +52023,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -52218,7 +52218,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -52290,7 +52290,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -52348,7 +52348,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -52492,7 +52492,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -52564,7 +52564,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -52613,7 +52613,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -52711,7 +52711,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -52792,7 +52792,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -52813,7 +52813,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -52913,7 +52913,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -52940,7 +52940,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -53049,7 +53049,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -53128,7 +53128,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "SystemAssigned", @@ -53317,7 +53317,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.6.1.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "SystemAssigned", @@ -53600,7 +53600,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -53832,7 +53832,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails" ] @@ -53840,7 +53840,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError", "ServiceErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError", @@ -53879,7 +53879,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTimeUtc": "System.DateTime", "ErrorCode": "System.Int32", @@ -53938,7 +53938,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -53988,7 +53988,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask" ] @@ -53996,7 +53996,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupTaskDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails", "EndTime": "System.DateTime", @@ -54048,7 +54048,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -54110,7 +54110,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -54200,7 +54200,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError" ] @@ -54208,7 +54208,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTimeUtc": "System.String", "EntityId": "System.String", @@ -54266,7 +54266,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails" ] @@ -54274,7 +54274,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails]", "EnableAcceleratedNetworkingOnRecovery": "System.Nullable`1[System.Boolean]", @@ -54469,7 +54469,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -54645,7 +54645,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -54742,7 +54742,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -54829,7 +54829,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -54916,7 +54916,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AlertSettings": "Microsoft.Azure.Commands.RecoveryServices.AlertSettings", "ProvisioningState": "System.String", @@ -54956,7 +54956,7 @@ "Microsoft.Azure.Commands.RecoveryServices.AlertSettings": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.AlertSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AlertSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AlertSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureMonitorAlertsForAllJobFailure": "System.String", "ClassicAlertsForCriticalOperations": "System.String" @@ -55119,7 +55119,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup" ] @@ -55127,7 +55127,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -55198,7 +55198,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction" ] @@ -55206,7 +55206,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails", "FailoverTypes": "System.Collections.Generic.IList`1[System.String]", @@ -55262,7 +55262,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -55395,7 +55395,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" ] @@ -55403,7 +55403,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -55485,7 +55485,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails" ] @@ -55493,7 +55493,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryZone": "System.String", "RecoveryZone": "System.String" @@ -55541,7 +55541,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -55603,7 +55603,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderType": "System.String" }, @@ -55635,7 +55635,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -55675,7 +55675,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -55773,7 +55773,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Load", @@ -55812,7 +55812,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -55846,7 +55846,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -55880,7 +55880,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk" ] @@ -55888,7 +55888,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Volumes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]", "Capacity": "System.Int64", @@ -55928,7 +55928,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume" ] @@ -55936,7 +55936,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "System.String", "Name": "System.String" @@ -55974,7 +55974,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy" ] @@ -55982,7 +55982,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -56033,7 +56033,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping" ] @@ -56041,7 +56041,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -56099,7 +56099,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -56133,7 +56133,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -56220,7 +56220,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -56307,7 +56307,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -56474,7 +56474,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSystemAssignedIdentity": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -56521,7 +56521,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -56561,7 +56561,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -56601,7 +56601,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate" ] @@ -56609,7 +56609,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsType": "System.String", "RebootStatus": "System.String", @@ -56662,7 +56662,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" ] @@ -56670,7 +56670,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimary": "System.Boolean", "IsSeletedForFailover": "System.Boolean", @@ -56717,7 +56717,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -56804,7 +56804,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReuseExistingNic": "System.Boolean", "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", @@ -56854,7 +56854,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -57017,7 +57017,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore" ] @@ -57025,7 +57025,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -57071,7 +57071,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.6.1.0, Culture=neutral, PublicKeyToken=null]], 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.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume" ] @@ -57079,7 +57079,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.6.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.6.1.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 ef5fe66ce3d0..6aa8397c288c 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.3.0", + "ModuleVersion": "6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSEntityInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PsManagementGroupNameAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupSubscription, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSBackfillStatus, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupSubscription, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSBackfillStatus, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -101668,7 +101668,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -101678,7 +101678,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -101774,7 +101774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -101790,7 +101790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -101906,7 +101906,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -101922,7 +101922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102038,7 +102038,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102054,7 +102054,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102120,7 +102120,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -102211,7 +102211,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102227,7 +102227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102328,7 +102328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102344,7 +102344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102417,7 +102417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Issuer": "System.String", @@ -102455,7 +102455,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -102608,7 +102608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102618,7 +102618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102757,7 +102757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -102773,7 +102773,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103011,7 +103011,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103027,7 +103027,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103108,7 +103108,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -103236,7 +103236,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103252,7 +103252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103318,7 +103318,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -103537,7 +103537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103553,7 +103553,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103685,7 +103685,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103701,7 +103701,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -103774,7 +103774,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -103997,7 +103997,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104007,7 +104007,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104164,7 +104164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104180,7 +104180,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104373,7 +104373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104389,7 +104389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104551,7 +104551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104567,7 +104567,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104790,7 +104790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104806,7 +104806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -104986,7 +104986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105002,7 +105002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105179,7 +105179,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105195,7 +105195,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105375,7 +105375,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105391,7 +105391,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105568,7 +105568,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105584,7 +105584,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105761,7 +105761,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105777,7 +105777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105850,7 +105850,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.MicrosoftGraphApplicationApiPermission, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApiId": "System.Nullable`1[System.Guid]", "Id": "System.Nullable`1[System.Guid]", @@ -105915,7 +105915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105925,7 +105925,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106021,7 +106021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106037,7 +106037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106138,7 +106138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106154,7 +106154,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106270,7 +106270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106286,7 +106286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106379,7 +106379,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -106525,7 +106525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106535,7 +106535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106714,7 +106714,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106730,7 +106730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106893,7 +106893,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106909,7 +106909,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107148,7 +107148,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107164,7 +107164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107372,7 +107372,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107388,7 +107388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107599,7 +107599,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107615,7 +107615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107793,7 +107793,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107809,7 +107809,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107902,7 +107902,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedDateTime": "System.Nullable`1[System.DateTime]", "DisplayName": "System.String", @@ -108009,7 +108009,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -108072,7 +108072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108082,7 +108082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108287,7 +108287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108303,7 +108303,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108512,7 +108512,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108528,7 +108528,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108752,7 +108752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108768,7 +108768,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108834,7 +108834,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -109023,7 +109023,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109039,7 +109039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109112,7 +109112,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -109257,7 +109257,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -109387,7 +109387,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109397,7 +109397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109555,7 +109555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109571,7 +109571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109733,7 +109733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109749,7 +109749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109972,7 +109972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109988,7 +109988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110169,7 +110169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110185,7 +110185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110362,7 +110362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110378,7 +110378,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110558,7 +110558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110574,7 +110574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110640,7 +110640,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -110792,7 +110792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110808,7 +110808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110988,7 +110988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111004,7 +111004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111181,7 +111181,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111197,7 +111197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111270,7 +111270,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "Key": "System.Byte[]", @@ -111290,7 +111290,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "EndDateTime": "System.Nullable`1[System.DateTime]", @@ -111342,7 +111342,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -111421,7 +111421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111431,7 +111431,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111527,7 +111527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111543,7 +111543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111659,7 +111659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111675,7 +111675,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111791,7 +111791,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111807,7 +111807,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111873,7 +111873,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -111970,7 +111970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111986,7 +111986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112087,7 +112087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112103,7 +112103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112179,7 +112179,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Manager": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject", "EmployeeOrgData": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData", @@ -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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112373,7 +112373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112664,7 +112664,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112680,7 +112680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112828,7 +112828,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112844,7 +112844,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113037,7 +113037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113053,7 +113053,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113246,7 +113246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113262,7 +113262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113458,7 +113458,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113474,7 +113474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113637,7 +113637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113653,7 +113653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113819,7 +113819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113835,7 +113835,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113998,7 +113998,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114014,7 +114014,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114087,7 +114087,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentSchedule, Az.Authorization.private, Version=6.3.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]", @@ -114151,7 +114151,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -114203,7 +114203,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114213,7 +114213,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114323,7 +114323,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114339,7 +114339,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114469,7 +114469,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114485,7 +114485,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114551,7 +114551,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -114612,7 +114612,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114628,7 +114628,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114728,7 +114728,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114744,7 +114744,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114817,7 +114817,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleInstance, Az.Authorization.private, Version=6.3.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]", @@ -114882,7 +114882,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -114934,7 +114934,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114944,7 +114944,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115054,7 +115054,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115070,7 +115070,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115200,7 +115200,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115216,7 +115216,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115282,7 +115282,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -115343,7 +115343,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115359,7 +115359,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115459,7 +115459,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115475,7 +115475,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115548,7 +115548,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleRequest, Az.Authorization.private, Version=6.3.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]", @@ -115618,7 +115618,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -115670,7 +115670,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115680,7 +115680,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115790,7 +115790,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115806,7 +115806,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115936,7 +115936,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115952,7 +115952,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116018,7 +116018,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -116079,7 +116079,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116095,7 +116095,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116195,7 +116195,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116211,7 +116211,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116284,7 +116284,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilitySchedule, Az.Authorization.private, Version=6.3.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]", @@ -116346,7 +116346,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -116398,7 +116398,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116408,7 +116408,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116518,7 +116518,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116534,7 +116534,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116664,7 +116664,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116680,7 +116680,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116746,7 +116746,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -116807,7 +116807,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116823,7 +116823,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116923,7 +116923,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116939,7 +116939,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117012,7 +117012,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleInstance, Az.Authorization.private, Version=6.3.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]", @@ -117073,7 +117073,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -117125,7 +117125,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117135,7 +117135,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117245,7 +117245,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117261,7 +117261,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117391,7 +117391,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117407,7 +117407,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117473,7 +117473,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -117534,7 +117534,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117550,7 +117550,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117650,7 +117650,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117666,7 +117666,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117739,7 +117739,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest, Az.Authorization.private, Version=6.3.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]", @@ -117808,7 +117808,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -117860,7 +117860,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117870,7 +117870,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117980,7 +117980,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117996,7 +117996,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118126,7 +118126,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118142,7 +118142,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118208,7 +118208,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -118269,7 +118269,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118285,7 +118285,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118385,7 +118385,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118401,7 +118401,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118474,7 +118474,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IEligibleChildResource, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -118501,7 +118501,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -118553,7 +118553,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118563,7 +118563,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118670,7 +118670,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118686,7 +118686,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118752,7 +118752,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -118828,7 +118828,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118844,7 +118844,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118959,7 +118959,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118975,7 +118975,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119048,7 +119048,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy, Az.Authorization.private, Version=6.3.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[]", @@ -119101,7 +119101,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -119144,7 +119144,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119154,7 +119154,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119264,7 +119264,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119280,7 +119280,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119395,7 +119395,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119411,7 +119411,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119477,7 +119477,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -119538,7 +119538,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119554,7 +119554,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119654,7 +119654,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119670,7 +119670,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119743,7 +119743,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyLastModifiedDateTime": "System.Nullable`1[System.DateTime]", "Id": "System.String", @@ -119797,7 +119797,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -119840,7 +119840,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119850,7 +119850,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119960,7 +119960,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119976,7 +119976,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120091,7 +120091,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120107,7 +120107,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120173,7 +120173,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -120234,7 +120234,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120250,7 +120250,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120350,7 +120350,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120366,7 +120366,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120439,7 +120439,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "Key": "System.Byte[]", @@ -120459,7 +120459,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "EndDateTime": "System.Nullable`1[System.DateTime]", @@ -120520,7 +120520,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -120530,7 +120530,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -120567,7 +120567,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -120640,7 +120640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120650,7 +120650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120806,7 +120806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120822,7 +120822,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.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.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -120972,7 +120972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120988,7 +120988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121072,7 +121072,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121154,7 +121154,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121318,7 +121318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121334,7 +121334,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121430,7 +121430,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -121536,7 +121536,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121552,7 +121552,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121663,7 +121663,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -121769,7 +121769,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121785,7 +121785,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121946,7 +121946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121962,7 +121962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122138,7 +122138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122154,7 +122154,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122330,7 +122330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122346,7 +122346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122507,7 +122507,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122523,7 +122523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122639,7 +122639,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122655,7 +122655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122721,7 +122721,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -122737,7 +122737,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -122843,7 +122843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122859,7 +122859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122925,7 +122925,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -123006,7 +123006,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123022,7 +123022,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123088,7 +123088,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -123169,7 +123169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123185,7 +123185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123251,7 +123251,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -123267,7 +123267,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -123373,7 +123373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123389,7 +123389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123455,7 +123455,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -123536,7 +123536,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123552,7 +123552,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123618,7 +123618,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -123699,7 +123699,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123715,7 +123715,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123788,7 +123788,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Issuer": "System.String", @@ -123894,7 +123894,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123904,7 +123904,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124087,7 +124087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124103,7 +124103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124176,7 +124176,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -124286,7 +124286,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -124301,7 +124301,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -124311,7 +124311,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -124327,7 +124327,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -124391,7 +124391,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -124401,7 +124401,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -124462,7 +124462,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -124476,7 +124476,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -124499,7 +124499,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -124547,7 +124547,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -124557,7 +124557,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -124567,7 +124567,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -124577,7 +124577,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -124637,7 +124637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124647,7 +124647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124776,7 +124776,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -124797,7 +124797,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -124813,7 +124813,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -124835,7 +124835,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -124941,7 +124941,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -124957,7 +124957,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -125054,7 +125054,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -125074,7 +125074,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -125109,7 +125109,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -125187,7 +125187,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -125203,7 +125203,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -125254,7 +125254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125270,7 +125270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125336,7 +125336,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -125438,7 +125438,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -125459,7 +125459,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -125475,7 +125475,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -125497,7 +125497,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -125603,7 +125603,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -125619,7 +125619,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -125716,7 +125716,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -125736,7 +125736,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -125771,7 +125771,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -125849,7 +125849,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -125865,7 +125865,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -125916,7 +125916,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125932,7 +125932,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125998,7 +125998,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -126100,7 +126100,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -126121,7 +126121,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -126137,7 +126137,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -126159,7 +126159,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -126265,7 +126265,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -126281,7 +126281,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -126378,7 +126378,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -126398,7 +126398,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -126433,7 +126433,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -126511,7 +126511,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -126527,7 +126527,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -126578,7 +126578,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -126594,7 +126594,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -126791,7 +126791,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -126812,7 +126812,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -126828,7 +126828,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -126850,7 +126850,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -126956,7 +126956,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -126972,7 +126972,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -127069,7 +127069,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -127089,7 +127089,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -127124,7 +127124,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -127202,7 +127202,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -127218,7 +127218,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -127269,7 +127269,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127285,7 +127285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127467,7 +127467,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -127488,7 +127488,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -127504,7 +127504,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -127526,7 +127526,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -127632,7 +127632,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -127648,7 +127648,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -127745,7 +127745,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -127765,7 +127765,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -127800,7 +127800,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -127878,7 +127878,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -127894,7 +127894,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -127945,7 +127945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127961,7 +127961,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128034,7 +128034,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -128096,7 +128096,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -128115,7 +128115,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated" }, "ValidateNotNullOrEmpty": false @@ -128134,7 +128134,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedDateTime": "System.Nullable`1[System.DateTime]", "DisplayName": "System.String", @@ -128231,7 +128231,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant" }, "ValidateNotNullOrEmpty": false @@ -128286,7 +128286,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -128296,7 +128296,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -128338,7 +128338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128348,7 +128348,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128421,7 +128421,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -128452,7 +128452,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated" }, "ValidateNotNullOrEmpty": false @@ -128483,7 +128483,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedDateTime": "System.Nullable`1[System.DateTime]", "DisplayName": "System.String", @@ -128640,7 +128640,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant" }, "ValidateNotNullOrEmpty": false @@ -128731,7 +128731,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -128747,7 +128747,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -128813,7 +128813,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128829,7 +128829,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128902,7 +128902,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -129035,7 +129035,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -129073,7 +129073,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -129083,7 +129083,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -129093,7 +129093,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -129112,7 +129112,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -129122,7 +129122,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -129159,7 +129159,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -129169,7 +129169,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -129179,7 +129179,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -129232,7 +129232,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -129260,7 +129260,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -129310,7 +129310,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -129320,7 +129320,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -129330,7 +129330,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -129352,7 +129352,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -129365,7 +129365,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -129375,7 +129375,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -129459,7 +129459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129469,7 +129469,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129530,7 +129530,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -129622,7 +129622,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -129684,7 +129684,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -129700,7 +129700,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -129716,7 +129716,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -129747,7 +129747,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -129763,7 +129763,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -129824,7 +129824,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -129840,7 +129840,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -129856,7 +129856,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -129939,7 +129939,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -129985,7 +129985,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -130065,7 +130065,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -130081,7 +130081,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -130097,7 +130097,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -130147,7 +130147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130163,7 +130163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130247,7 +130247,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -130339,7 +130339,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -130401,7 +130401,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -130417,7 +130417,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -130433,7 +130433,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -130464,7 +130464,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -130480,7 +130480,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -130541,7 +130541,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -130557,7 +130557,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -130573,7 +130573,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -130656,7 +130656,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -130702,7 +130702,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -130782,7 +130782,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -130798,7 +130798,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -130814,7 +130814,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -130864,7 +130864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130880,7 +130880,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -131082,7 +131082,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -131144,7 +131144,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -131160,7 +131160,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -131176,7 +131176,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -131207,7 +131207,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -131223,7 +131223,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -131284,7 +131284,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -131300,7 +131300,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -131316,7 +131316,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -131399,7 +131399,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -131445,7 +131445,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -131525,7 +131525,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -131541,7 +131541,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -131557,7 +131557,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -131607,7 +131607,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -131623,7 +131623,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -131810,7 +131810,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -131872,7 +131872,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -131888,7 +131888,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -131904,7 +131904,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.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.IMicrosoftGraphClaimsMappingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -131951,7 +131951,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -132012,7 +132012,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -132028,7 +132028,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -132044,7 +132044,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -132127,7 +132127,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -132173,7 +132173,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -132253,7 +132253,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -132269,7 +132269,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -132285,7 +132285,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -132335,7 +132335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -132351,7 +132351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -132493,7 +132493,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -132555,7 +132555,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -132571,7 +132571,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -132587,7 +132587,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -132618,7 +132618,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -132634,7 +132634,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -132695,7 +132695,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -132711,7 +132711,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -132727,7 +132727,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -132810,7 +132810,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -132856,7 +132856,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -132936,7 +132936,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -132952,7 +132952,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -132968,7 +132968,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -133018,7 +133018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -133034,7 +133034,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -133100,7 +133100,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -133232,7 +133232,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -133294,7 +133294,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -133310,7 +133310,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -133326,7 +133326,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -133357,7 +133357,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -133373,7 +133373,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -133434,7 +133434,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -133450,7 +133450,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -133466,7 +133466,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -133549,7 +133549,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -133595,7 +133595,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -133675,7 +133675,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -133691,7 +133691,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -133707,7 +133707,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -133757,7 +133757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -133773,7 +133773,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -133933,7 +133933,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -133995,7 +133995,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -134011,7 +134011,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -134027,7 +134027,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -134058,7 +134058,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -134074,7 +134074,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -134135,7 +134135,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -134151,7 +134151,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -134167,7 +134167,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -134250,7 +134250,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -134296,7 +134296,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -134376,7 +134376,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -134392,7 +134392,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -134408,7 +134408,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -134458,7 +134458,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -134474,7 +134474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -134547,7 +134547,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "Key": "System.Byte[]", @@ -134567,7 +134567,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "EndDateTime": "System.Nullable`1[System.DateTime]", @@ -134620,7 +134620,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -134630,7 +134630,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -134661,7 +134661,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -134740,7 +134740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -134750,7 +134750,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -134892,7 +134892,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -134908,7 +134908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -134993,7 +134993,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -135044,7 +135044,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135060,7 +135060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135145,7 +135145,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -135196,7 +135196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135212,7 +135212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135362,7 +135362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135378,7 +135378,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135489,7 +135489,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -135586,7 +135586,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135602,7 +135602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135698,7 +135698,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -135795,7 +135795,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135811,7 +135811,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135975,7 +135975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -135991,7 +135991,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136140,7 +136140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136156,7 +136156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136222,7 +136222,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -136238,7 +136238,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -136335,7 +136335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136351,7 +136351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136417,7 +136417,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -136486,7 +136486,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136502,7 +136502,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136568,7 +136568,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -136584,7 +136584,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -136681,7 +136681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136697,7 +136697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136763,7 +136763,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -136832,7 +136832,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136848,7 +136848,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136949,7 +136949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136965,7 +136965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -137041,7 +137041,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Manager": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject", "EmployeeOrgData": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData", @@ -137534,7 +137534,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -137571,7 +137571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -137581,7 +137581,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -138330,7 +138330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -138346,7 +138346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -139148,7 +139148,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -139164,7 +139164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -139230,7 +139230,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -139956,7 +139956,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -139972,7 +139972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -140045,7 +140045,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleRequest, Az.Authorization.private, Version=6.3.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]", @@ -140151,7 +140151,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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -140187,7 +140187,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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -140272,7 +140272,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -140282,7 +140282,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -140418,7 +140418,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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -140478,7 +140478,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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -140617,7 +140617,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -140633,7 +140633,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -140706,7 +140706,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest, Az.Authorization.private, Version=6.3.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]", @@ -140811,7 +140811,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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -140838,7 +140838,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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -140923,7 +140923,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -140933,7 +140933,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141069,7 +141069,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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -141114,7 +141114,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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -141253,7 +141253,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141269,7 +141269,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141342,7 +141342,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyLastModifiedDateTime": "System.Nullable`1[System.DateTime]", "Id": "System.String", @@ -141436,7 +141436,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141446,7 +141446,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141586,7 +141586,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141602,7 +141602,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141727,7 +141727,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -141809,7 +141809,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141819,7 +141819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141945,7 +141945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -141961,7 +141961,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142092,7 +142092,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142108,7 +142108,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142254,7 +142254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142270,7 +142270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142416,7 +142416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142432,7 +142432,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142498,7 +142498,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -142619,7 +142619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142635,7 +142635,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142770,7 +142770,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142780,7 +142780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142911,7 +142911,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -142927,7 +142927,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143058,7 +143058,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -143131,7 +143131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143141,7 +143141,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143246,7 +143246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143262,7 +143262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143393,7 +143393,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143409,7 +143409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143540,7 +143540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143556,7 +143556,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143637,7 +143637,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -143728,7 +143728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143744,7 +143744,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143860,7 +143860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -143876,7 +143876,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144004,7 +144004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144014,7 +144014,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144110,7 +144110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144126,7 +144126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144257,7 +144257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144273,7 +144273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144404,7 +144404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144420,7 +144420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144553,7 +144553,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -144616,7 +144616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144626,7 +144626,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144743,7 +144743,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144759,7 +144759,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144890,7 +144890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -144906,7 +144906,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145052,7 +145052,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145068,7 +145068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145149,7 +145149,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -145245,7 +145245,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145261,7 +145261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145400,7 +145400,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -145469,7 +145469,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145479,7 +145479,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145597,7 +145597,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145613,7 +145613,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145760,7 +145760,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145776,7 +145776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145873,7 +145873,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -145960,7 +145960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -145976,7 +145976,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146123,7 +146123,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146139,7 +146139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146236,7 +146236,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.3.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", @@ -146323,7 +146323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146339,7 +146339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146486,7 +146486,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146502,7 +146502,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146618,7 +146618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146634,7 +146634,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146782,7 +146782,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -146838,7 +146838,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -146920,7 +146920,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146930,7 +146930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147052,7 +147052,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147068,7 +147068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147217,7 +147217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147233,7 +147233,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147382,7 +147382,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147398,7 +147398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147544,7 +147544,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147560,7 +147560,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147641,7 +147641,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -147753,7 +147753,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147769,7 +147769,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147850,7 +147850,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -147956,7 +147956,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -147972,7 +147972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148103,7 +148103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148119,7 +148119,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148259,7 +148259,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -148347,7 +148347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148357,7 +148357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148483,7 +148483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148499,7 +148499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148630,7 +148630,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148646,7 +148646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148792,7 +148792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148808,7 +148808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148954,7 +148954,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -148970,7 +148970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149036,7 +149036,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -149163,7 +149163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149179,7 +149179,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149307,7 +149307,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Manager": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject", "EmployeeOrgData": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData", @@ -149394,7 +149394,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149404,7 +149404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149506,7 +149506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149522,7 +149522,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149653,7 +149653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149669,7 +149669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149803,7 +149803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149819,7 +149819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149950,7 +149950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -149966,7 +149966,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150047,7 +150047,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Manager": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject", "EmployeeOrgData": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData", @@ -150152,7 +150152,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150168,7 +150168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150284,7 +150284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150300,7 +150300,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150422,7 +150422,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -150465,7 +150465,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150475,7 +150475,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150594,7 +150594,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150610,7 +150610,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150691,7 +150691,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -150752,7 +150752,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150768,7 +150768,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150883,7 +150883,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150899,7 +150899,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151021,7 +151021,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -151064,7 +151064,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151074,7 +151074,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151193,7 +151193,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151209,7 +151209,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151290,7 +151290,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -151351,7 +151351,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151367,7 +151367,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151482,7 +151482,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151498,7 +151498,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151620,7 +151620,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -151663,7 +151663,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151673,7 +151673,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151792,7 +151792,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151808,7 +151808,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151889,7 +151889,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -151950,7 +151950,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -151966,7 +151966,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152081,7 +152081,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152097,7 +152097,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152219,7 +152219,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -152262,7 +152262,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152272,7 +152272,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152391,7 +152391,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152407,7 +152407,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152488,7 +152488,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -152549,7 +152549,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152565,7 +152565,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152680,7 +152680,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152696,7 +152696,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152883,7 +152883,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -152893,7 +152893,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -153085,7 +153085,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -153101,7 +153101,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -153226,7 +153226,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -153311,7 +153311,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -153321,7 +153321,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -153337,7 +153337,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -153410,7 +153410,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -153433,7 +153433,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -153494,7 +153494,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -153508,7 +153508,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -153531,7 +153531,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -153579,7 +153579,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -153589,7 +153589,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -153599,7 +153599,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -153637,7 +153637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -153647,7 +153647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -153770,7 +153770,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -153786,7 +153786,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -153808,7 +153808,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -153929,7 +153929,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -153964,7 +153964,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -154061,7 +154061,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -154081,7 +154081,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -154116,7 +154116,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -154194,7 +154194,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -154210,7 +154210,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -154226,7 +154226,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -154282,7 +154282,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -154298,7 +154298,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -154450,7 +154450,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -154466,7 +154466,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -154488,7 +154488,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -154609,7 +154609,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -154644,7 +154644,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -154741,7 +154741,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -154761,7 +154761,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -154796,7 +154796,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -154874,7 +154874,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -154890,7 +154890,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -154906,7 +154906,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -154962,7 +154962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -154978,7 +154978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -155059,7 +155059,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.3.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", @@ -155168,7 +155168,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -155184,7 +155184,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -155206,7 +155206,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "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.IMicrosoftGraphHomeRealmDiscoveryPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -155362,7 +155362,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -155459,7 +155459,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -155479,7 +155479,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -155514,7 +155514,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -155592,7 +155592,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -155608,7 +155608,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -155624,7 +155624,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -155680,7 +155680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -155696,7 +155696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -155830,7 +155830,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -155846,7 +155846,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -155868,7 +155868,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -155989,7 +155989,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -156024,7 +156024,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -156121,7 +156121,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -156141,7 +156141,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -156176,7 +156176,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess" }, "ValidateNotNullOrEmpty": false @@ -156254,7 +156254,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -156270,7 +156270,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -156286,7 +156286,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -156342,7 +156342,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -156358,7 +156358,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -156483,7 +156483,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated" }, "ValidateNotNullOrEmpty": false @@ -156502,7 +156502,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedDateTime": "System.Nullable`1[System.DateTime]", "DisplayName": "System.String", @@ -156617,7 +156617,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant" }, "ValidateNotNullOrEmpty": false @@ -156703,7 +156703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -156713,7 +156713,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -156798,7 +156798,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated" }, "ValidateNotNullOrEmpty": false @@ -156829,7 +156829,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedDateTime": "System.Nullable`1[System.DateTime]", "DisplayName": "System.String", @@ -157016,7 +157016,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant" }, "ValidateNotNullOrEmpty": false @@ -157156,7 +157156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -157172,7 +157172,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -157287,7 +157287,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -157297,7 +157297,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -157335,7 +157335,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -157373,7 +157373,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -157383,7 +157383,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -157393,7 +157393,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -157412,7 +157412,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -157422,7 +157422,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -157468,7 +157468,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -157478,7 +157478,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -157488,7 +157488,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -157541,7 +157541,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -157579,7 +157579,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -157619,7 +157619,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -157629,7 +157629,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -157639,7 +157639,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -157661,7 +157661,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -157752,7 +157752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -157762,7 +157762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -157834,7 +157834,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -157850,7 +157850,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -157912,7 +157912,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -157974,7 +157974,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -157990,7 +157990,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -158006,7 +158006,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -158037,7 +158037,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -158053,7 +158053,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -158129,7 +158129,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -158145,7 +158145,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -158161,7 +158161,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -158244,7 +158244,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -158306,7 +158306,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -158370,7 +158370,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -158386,7 +158386,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -158402,7 +158402,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -158453,7 +158453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -158469,7 +158469,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -158550,7 +158550,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -158566,7 +158566,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -158628,7 +158628,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -158690,7 +158690,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -158706,7 +158706,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -158722,7 +158722,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -158753,7 +158753,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -158769,7 +158769,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -158845,7 +158845,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -158861,7 +158861,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -158877,7 +158877,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -158960,7 +158960,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -159022,7 +159022,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -159086,7 +159086,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -159102,7 +159102,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -159118,7 +159118,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -159169,7 +159169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -159185,7 +159185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -159284,7 +159284,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -159300,7 +159300,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -159362,7 +159362,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -159424,7 +159424,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -159440,7 +159440,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -159456,7 +159456,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -159487,7 +159487,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -159503,7 +159503,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -159579,7 +159579,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -159595,7 +159595,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -159611,7 +159611,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -159694,7 +159694,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -159756,7 +159756,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -159820,7 +159820,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -159836,7 +159836,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -159852,7 +159852,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -159903,7 +159903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -159919,7 +159919,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -160000,7 +160000,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.3.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[]", @@ -160062,7 +160062,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -160078,7 +160078,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -160140,7 +160140,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -160202,7 +160202,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -160218,7 +160218,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -160234,7 +160234,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -160265,7 +160265,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -160281,7 +160281,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -160357,7 +160357,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -160373,7 +160373,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -160389,7 +160389,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -160472,7 +160472,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -160534,7 +160534,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -160598,7 +160598,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -160614,7 +160614,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -160630,7 +160630,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -160681,7 +160681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -160697,7 +160697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -160796,7 +160796,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -160812,7 +160812,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -160874,7 +160874,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn" }, "ValidateNotNullOrEmpty": false @@ -160936,7 +160936,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole" }, "ValidateNotNullOrEmpty": false @@ -160952,7 +160952,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -160968,7 +160968,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment" }, "ValidateNotNullOrEmpty": false @@ -160999,7 +160999,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy" }, "ValidateNotNullOrEmpty": false @@ -161015,7 +161015,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification" }, "ValidateNotNullOrEmpty": false @@ -161091,7 +161091,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint" }, "ValidateNotNullOrEmpty": false @@ -161107,7 +161107,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy" }, "ValidateNotNullOrEmpty": false @@ -161123,7 +161123,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -161206,7 +161206,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope" }, "ValidateNotNullOrEmpty": false @@ -161268,7 +161268,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -161332,7 +161332,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy" }, "ValidateNotNullOrEmpty": false @@ -161348,7 +161348,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy" }, "ValidateNotNullOrEmpty": false @@ -161364,7 +161364,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject" }, "ValidateNotNullOrEmpty": false @@ -161415,7 +161415,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -161431,7 +161431,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -161718,7 +161718,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity" }, "ValidateNotNullOrEmpty": false @@ -161801,7 +161801,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -161896,7 +161896,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Manager": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject", "EmployeeOrgData": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData", @@ -161995,7 +161995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -162005,7 +162005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -162360,7 +162360,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity" }, "ValidateNotNullOrEmpty": false @@ -162497,7 +162497,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -162672,7 +162672,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -162688,7 +162688,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -163057,7 +163057,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity" }, "ValidateNotNullOrEmpty": false @@ -163194,7 +163194,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -163369,7 +163369,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -163385,7 +163385,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -163769,7 +163769,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity" }, "ValidateNotNullOrEmpty": false @@ -163906,7 +163906,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -164081,7 +164081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -164097,7 +164097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -164178,7 +164178,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Manager": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject", "EmployeeOrgData": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData", @@ -164536,7 +164536,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity" }, "ValidateNotNullOrEmpty": false @@ -164673,7 +164673,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -164848,7 +164848,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -164864,7 +164864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -165251,7 +165251,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity" }, "ValidateNotNullOrEmpty": false @@ -165388,7 +165388,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -165563,7 +165563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -165579,7 +165579,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -165670,7 +165670,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy, Az.Authorization.private, Version=6.3.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[]", @@ -165723,7 +165723,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -165771,7 +165771,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule" }, "ValidateNotNullOrEmpty": false @@ -165803,7 +165803,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -165813,7 +165813,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -165934,7 +165934,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule" }, "ValidateNotNullOrEmpty": false @@ -165984,7 +165984,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -166000,7 +166000,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -166066,7 +166066,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "RoleAssignmentScheduleInstanceName": "System.String", @@ -166138,7 +166138,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule" }, "ValidateNotNullOrEmpty": false @@ -166188,7 +166188,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -166204,7 +166204,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -166315,7 +166315,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule" }, "ValidateNotNullOrEmpty": false @@ -166365,7 +166365,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -166381,7 +166381,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -166625,7 +166625,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -166633,7 +166633,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ObjectType": "System.String", @@ -166999,7 +166999,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable" @@ -167008,7 +167008,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Object", "Type": "System.String" @@ -167056,7 +167056,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "StartTime": "System.Nullable`1[System.DateTime]", @@ -167431,7 +167431,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -167439,7 +167439,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeType": "Microsoft.Azure.Management.ResourceManager.Models.ChangeType", "Before": "Newtonsoft.Json.Linq.JToken", @@ -171219,7 +171219,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -171227,7 +171227,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertyChangeType": "Microsoft.Azure.Management.ResourceManager.Models.PropertyChangeType", "Before": "Newtonsoft.Json.Linq.JToken", @@ -171520,7 +171520,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -171528,7 +171528,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "Type": "System.String", @@ -172023,7 +172023,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NonComplianceMessages": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", "Metadata": "System.Management.Automation.PSObject", @@ -172078,13 +172078,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Message": "System.String", "PolicyDefinitionReferenceId": "System.String" @@ -172139,7 +172139,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Message": "System.String", "PolicyDefinitionReferenceId": "System.String" @@ -172182,7 +172182,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -172190,7 +172190,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -172283,7 +172283,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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", @@ -172329,7 +172329,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity" @@ -172338,7 +172338,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -172382,7 +172382,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", "Metadata": "System.Management.Automation.PSObject", @@ -172445,7 +172445,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -172532,7 +172532,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Management.Automation.PSObject", "ExpiresOn": "System.Nullable`1[System.DateTime]", @@ -172585,7 +172585,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", "Metadata": "System.Management.Automation.PSObject", @@ -173177,13 +173177,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ZoneMappings": "System.Collections.Hashtable", "ResourceTypeName": "System.String", @@ -173269,13 +173269,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.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]", @@ -173320,7 +173320,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -173328,7 +173328,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Template": "System.String", "Path": "System.String" @@ -173361,7 +173361,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -173448,7 +173448,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -173535,7 +173535,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TagsProperty": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, @@ -173578,7 +173578,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -173586,7 +173586,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -173626,7 +173626,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -173794,13 +173794,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "AppRoleId": "System.String", @@ -173814,7 +173814,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedDateTime": "System.Nullable`1[System.DateTime]", "DisplayName": "System.String", @@ -173825,19 +173825,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupLifetimeInDay": "System.Nullable`1[System.Int32]", "AlternateNotificationEmail": "System.String", @@ -173847,13 +173847,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAppId": "System.String", "ClientId": "System.String", @@ -173865,13 +173865,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue[]", "Id": "System.String", @@ -173881,13 +173881,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key": "System.String", "Value": "System.String" @@ -173896,7 +173896,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.3.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[]", @@ -173908,13 +173908,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Nullable`1[System.Boolean]", "AdminConsentDescription": "System.String", @@ -173930,13 +173930,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppId": "System.String", "DelegatedPermissionId": "System.String[]" @@ -173945,13 +173945,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Nullable`1[System.Boolean]", "Description": "System.String", @@ -173965,13 +173965,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSyncedFromOnPremise": "System.Nullable`1[System.Boolean]", "AppDisplayName": "System.String", @@ -173983,13 +173983,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential[], Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential[], Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential" }, "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Issuer": "System.String", @@ -174001,18 +174001,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogoUrl": "System.String", "MarketingUrl": "System.String", @@ -174024,13 +174024,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "Key": "System.Byte[]", @@ -174045,7 +174045,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.3.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[]", @@ -174055,13 +174055,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Essential": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -174072,7 +174072,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LegalAgeGroupRule": "System.String", "CountriesBlockedForMinor": "System.String[]" @@ -174081,13 +174081,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "EndDateTime": "System.Nullable`1[System.DateTime]", @@ -174101,7 +174101,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPublicClientApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RedirectUri": "System.String[]" } @@ -174109,13 +174109,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceAccess": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[]", "ResourceAppId": "System.String" @@ -174124,13 +174124,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Type": "System.String" @@ -174139,7 +174139,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSpaApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RedirectUri": "System.String[]" } @@ -174147,29 +174147,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings", "HomePageUrl": "System.String", @@ -174180,7 +174180,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableAccessTokenIssuance": "System.Nullable`1[System.Boolean]", "EnableIdTokenIssuance": "System.Nullable`1[System.Boolean]" @@ -174197,13 +174197,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "AppRoleId": "System.String", @@ -174217,24 +174217,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy, Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Classification": "System.String", "PermissionId": "System.String", @@ -174244,13 +174244,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capability": "System.String", "ProviderId": "System.String", @@ -174262,13 +174262,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientId": "System.String", "ConsentType": "System.String", @@ -174280,7 +174280,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelayState": "System.String" } @@ -174288,7 +174288,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData, Az.MSGraph.private, Version=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEmployeeOrgData, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CostCenter": "System.String", "Division": "System.String" @@ -174297,13 +174297,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Issuer": "System.String", "IssuerAssignedId": "System.String", @@ -174313,7 +174313,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]", "ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]", @@ -174323,7 +174323,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -174331,7 +174331,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -174409,7 +174409,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -174417,7 +174417,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -174482,7 +174482,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -174490,7 +174490,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -174555,7 +174555,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -174563,7 +174563,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -174628,7 +174628,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -174762,7 +174762,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -174770,7 +174770,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -174835,7 +174835,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=6.2.0.0, Culture=neutral, PublicKeyToken=null]], 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.3.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" ] @@ -174843,7 +174843,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -174908,13 +174908,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.3.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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType", "Id": "System.String", @@ -174929,7 +174929,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType, Az.Authorization.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -174994,7 +174994,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "EndDateTime": "System.Nullable`1[System.DateTime]", @@ -175168,7 +175168,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Json.JsonNode, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Json.JsonNode" }, @@ -175200,7 +175200,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=6.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomKeyIdentifier": "System.Byte[]", "Key": "System.Byte[]", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.SecurityInsights.json b/tools/Tools.Common/SerializedCmdlets/Az.SecurityInsights.json index 56bfb4bdc9d0..9ed36b72008b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.SecurityInsights.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.SecurityInsights.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.SecurityInsights", - "ModuleVersion": "2.1.0", + "ModuleVersion": "3.0.0", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind" } @@ -69,7 +69,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -124,7 +124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -134,7 +134,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -257,7 +257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -273,7 +273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -434,7 +434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -450,7 +450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -516,7 +516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -589,7 +589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -605,7 +605,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -705,7 +705,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -721,7 +721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -794,7 +794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogicAppResourceId": "System.String", "WorkflowId": "System.String" @@ -860,7 +860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -915,7 +915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -925,7 +925,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1081,7 +1081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1097,7 +1097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1258,7 +1258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1274,7 +1274,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1340,7 +1340,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -1413,7 +1413,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1429,7 +1429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1529,7 +1529,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1545,7 +1545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1618,7 +1618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRuleTemplate", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRuleTemplate, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRuleTemplate, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind" } @@ -1675,7 +1675,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -1730,7 +1730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1740,7 +1740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1882,7 +1882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1898,7 +1898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2044,7 +2044,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2060,7 +2060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2126,7 +2126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -2199,7 +2199,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2215,7 +2215,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2315,7 +2315,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2331,7 +2331,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2404,7 +2404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", "TriggeringLogicCondition": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", @@ -2477,7 +2477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -2532,7 +2532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2542,7 +2542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2683,7 +2683,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2699,7 +2699,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2845,7 +2845,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2861,7 +2861,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2927,7 +2927,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -3000,7 +3000,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3016,7 +3016,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3116,7 +3116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3132,7 +3132,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3205,7 +3205,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncidentInfoSeverity": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity]", "Created": "System.Nullable`1[System.DateTime]", @@ -3280,7 +3280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -3335,7 +3335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3345,7 +3345,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3486,7 +3486,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3502,7 +3502,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3648,7 +3648,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3664,7 +3664,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3730,7 +3730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -3803,7 +3803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3819,7 +3819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3919,7 +3919,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3935,7 +3935,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4008,7 +4008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -4073,7 +4073,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -4164,7 +4164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4174,7 +4174,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4372,7 +4372,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4388,7 +4388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4564,7 +4564,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4580,7 +4580,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4646,7 +4646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -4719,7 +4719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4735,7 +4735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4835,7 +4835,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4851,7 +4851,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4924,7 +4924,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnector", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnector, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnector, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind" } @@ -4980,7 +4980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -5035,7 +5035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5045,7 +5045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5186,7 +5186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5202,7 +5202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5348,7 +5348,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5364,7 +5364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5430,7 +5430,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -5503,7 +5503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5519,7 +5519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5619,7 +5619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5635,7 +5635,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5708,7 +5708,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentIPGeodata", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentIPGeodata, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentIPGeodata, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CityCf": "System.Nullable`1[System.Int32]", "CountryCf": "System.Nullable`1[System.Int32]", @@ -5737,7 +5737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhois", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhois, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhois, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ParsedWhois": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhoisDetails", "Created": "System.Nullable`1[System.DateTime]", @@ -5777,7 +5777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -5850,7 +5850,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5860,7 +5860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5983,7 +5983,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5999,7 +5999,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6145,7 +6145,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6161,7 +6161,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6227,7 +6227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -6315,7 +6315,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6331,7 +6331,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6397,7 +6397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -6485,7 +6485,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6501,7 +6501,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6601,7 +6601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6617,7 +6617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6690,7 +6690,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityKind" } @@ -6746,7 +6746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -6801,7 +6801,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6811,7 +6811,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6952,7 +6952,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6968,7 +6968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7114,7 +7114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7130,7 +7130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7196,7 +7196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -7269,7 +7269,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7285,7 +7285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7385,7 +7385,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7401,7 +7401,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7474,7 +7474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQueryItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQueryItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQueryItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind", "Id": "System.String", @@ -7552,7 +7552,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7562,7 +7562,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7700,7 +7700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7716,7 +7716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7789,7 +7789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityGetInsightsResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityGetInsightsResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityGetInsightsResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem[]", "MetaDataError": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError[]", @@ -7903,7 +7903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7913,7 +7913,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8112,7 +8112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8128,7 +8128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8201,7 +8201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQuery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQuery, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQuery, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind" } @@ -8257,7 +8257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -8321,7 +8321,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8331,7 +8331,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8472,7 +8472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8488,7 +8488,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8649,7 +8649,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8665,7 +8665,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8731,7 +8731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -8804,7 +8804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8820,7 +8820,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8920,7 +8920,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8936,7 +8936,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9009,7 +9009,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQueryTemplate", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQueryTemplate, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQueryTemplate, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "System.String" } @@ -9065,7 +9065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -9129,7 +9129,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9139,7 +9139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9280,7 +9280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9296,7 +9296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9457,7 +9457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9473,7 +9473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9539,7 +9539,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -9612,7 +9612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9628,7 +9628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9728,7 +9728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9744,7 +9744,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9817,7 +9817,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -9882,7 +9882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -9973,7 +9973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9983,7 +9983,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10181,7 +10181,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10197,7 +10197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10373,7 +10373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10389,7 +10389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10455,7 +10455,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -10528,7 +10528,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10544,7 +10544,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10644,7 +10644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10660,7 +10660,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10733,7 +10733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem[]", "MetaDataAggregation": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation[]", @@ -10807,7 +10807,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind" }, "ValidateNotNullOrEmpty": false @@ -10848,7 +10848,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10858,7 +10858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10992,7 +10992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind" }, "ValidateNotNullOrEmpty": false @@ -11057,7 +11057,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11073,7 +11073,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11146,7 +11146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", "AdditionalDataTactic": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]", @@ -11233,7 +11233,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -11324,7 +11324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11334,7 +11334,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11475,7 +11475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11491,7 +11491,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11697,7 +11697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11713,7 +11713,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11779,7 +11779,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -11852,7 +11852,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11868,7 +11868,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11968,7 +11968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11984,7 +11984,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12057,7 +12057,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlert", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlert, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlert, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonPropertiesAdditionalData", "ConfidenceReason": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem[]", @@ -12158,7 +12158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12168,7 +12168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12306,7 +12306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12322,7 +12322,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12395,7 +12395,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IHuntingBookmark", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IHuntingBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IHuntingBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonPropertiesAdditionalData", "IncidentInfoSeverity": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity]", @@ -12489,7 +12489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12499,7 +12499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12637,7 +12637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12653,7 +12653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12726,7 +12726,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedTimeUtc": "System.Nullable`1[System.DateTime]", "LastModifiedTimeUtc": "System.Nullable`1[System.DateTime]", @@ -12797,7 +12797,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -12888,7 +12888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12898,7 +12898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13054,7 +13054,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13070,7 +13070,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13291,7 +13291,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13307,7 +13307,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13373,7 +13373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -13446,7 +13446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13462,7 +13462,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13562,7 +13562,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13578,7 +13578,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13651,7 +13651,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Entity": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity[]", "MetaData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata[]" @@ -13727,7 +13727,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13737,7 +13737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13875,7 +13875,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13891,7 +13891,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13964,7 +13964,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -14029,7 +14029,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -14120,7 +14120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14130,7 +14130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14328,7 +14328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14344,7 +14344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14520,7 +14520,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14536,7 +14536,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14602,7 +14602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -14675,7 +14675,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14691,7 +14691,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14791,7 +14791,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14807,7 +14807,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14880,7 +14880,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataModel, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataModel, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DependencyCriterion": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies[]", "DependencyKind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind]", @@ -14960,7 +14960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -15051,7 +15051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15061,7 +15061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15202,7 +15202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15218,7 +15218,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15424,7 +15424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15440,7 +15440,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15506,7 +15506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -15579,7 +15579,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15595,7 +15595,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15695,7 +15695,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15711,7 +15711,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15784,7 +15784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomerManagedKey": "System.Nullable`1[System.Boolean]" } @@ -15840,7 +15840,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -15895,7 +15895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15905,7 +15905,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16046,7 +16046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16062,7 +16062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16208,7 +16208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16224,7 +16224,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16290,7 +16290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -16363,7 +16363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16379,7 +16379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16479,7 +16479,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16495,7 +16495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16568,7 +16568,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISettings, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISettings, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind" } @@ -16621,7 +16621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -16676,7 +16676,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16686,7 +16686,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16809,7 +16809,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16825,7 +16825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16986,7 +16986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17002,7 +17002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17068,7 +17068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -17141,7 +17141,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17157,7 +17157,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17257,7 +17257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17273,7 +17273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17346,7 +17346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceInformation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceInformation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceInformation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -17396,7 +17396,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -17487,7 +17487,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17497,7 +17497,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17635,7 +17635,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17651,7 +17651,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17857,7 +17857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17873,7 +17873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17939,7 +17939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -18012,7 +18012,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18028,7 +18028,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18128,7 +18128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18144,7 +18144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18217,7 +18217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetrics, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetrics, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PatternTypeMetric": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity[]", "SourceMetric": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity[]", @@ -18286,7 +18286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18296,7 +18296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18419,7 +18419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18435,7 +18435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18508,7 +18508,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceInformation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceInformation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceInformation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -18641,7 +18641,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria" }, "ValidateNotNullOrEmpty": false @@ -18693,7 +18693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18703,7 +18703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18944,7 +18944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria" }, "ValidateNotNullOrEmpty": false @@ -19026,7 +19026,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19042,7 +19042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19115,7 +19115,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData", "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", @@ -19275,7 +19275,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19320,7 +19320,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19347,7 +19347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19455,7 +19455,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19474,7 +19474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19483,7 +19483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FieldMapping": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", "EntityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]" @@ -19532,7 +19532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19541,7 +19541,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19568,7 +19568,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity" }, "ValidateNotNullOrEmpty": false @@ -19609,7 +19609,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19619,7 +19619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19731,7 +19731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19810,7 +19810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19826,7 +19826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19982,7 +19982,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20061,7 +20061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20077,7 +20077,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20188,7 +20188,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20353,7 +20353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20384,7 +20384,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20399,7 +20399,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FieldMapping": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", "EntityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]" @@ -20538,7 +20538,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20617,7 +20617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20633,7 +20633,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20744,7 +20744,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20789,7 +20789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20969,7 +20969,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21000,7 +21000,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21015,7 +21015,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FieldMapping": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", "EntityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]" @@ -21094,7 +21094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21169,7 +21169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21248,7 +21248,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21264,7 +21264,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21375,7 +21375,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21420,7 +21420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity" }, "ValidateNotNullOrEmpty": false @@ -21496,7 +21496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21575,7 +21575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21591,7 +21591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21679,7 +21679,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogicAppResourceId": "System.String", "WorkflowId": "System.String" @@ -21784,7 +21784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21794,7 +21794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21979,7 +21979,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21995,7 +21995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22068,7 +22068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", "TriggeringLogicCondition": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", @@ -22140,7 +22140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", "TriggeringLogicCondition": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", @@ -22169,7 +22169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction" }, "ValidateNotNullOrEmpty": false @@ -22197,7 +22197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -22247,7 +22247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22257,7 +22257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22397,7 +22397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22413,7 +22413,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22479,7 +22479,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", "TriggeringLogicCondition": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", @@ -22611,7 +22611,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22627,7 +22627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22693,7 +22693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction" }, "ValidateNotNullOrEmpty": false @@ -22739,7 +22739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -22882,7 +22882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22898,7 +22898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22971,7 +22971,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncidentInfoSeverity": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity]", "Created": "System.Nullable`1[System.DateTime]", @@ -23045,7 +23045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncidentInfoSeverity": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity]", "Created": "System.Nullable`1[System.DateTime]", @@ -23112,7 +23112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23207,7 +23207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23217,7 +23217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23357,7 +23357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23373,7 +23373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23439,7 +23439,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncidentInfoSeverity": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity]", "Created": "System.Nullable`1[System.DateTime]", @@ -23573,7 +23573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23589,7 +23589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23715,7 +23715,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23933,7 +23933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23949,7 +23949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24022,7 +24022,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -24086,7 +24086,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -24132,7 +24132,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24142,7 +24142,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24294,7 +24294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24310,7 +24310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24376,7 +24376,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -24506,7 +24506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24522,7 +24522,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24712,7 +24712,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24728,7 +24728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24801,7 +24801,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnector", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnector, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnector, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData", "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", @@ -24961,7 +24961,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25024,7 +25024,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25241,7 +25241,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries" }, "ValidateNotNullOrEmpty": false @@ -25251,7 +25251,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries" }, "ValidateNotNullOrEmpty": false @@ -25261,7 +25261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType" }, "ValidateNotNullOrEmpty": false @@ -25271,7 +25271,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria" }, "ValidateNotNullOrEmpty": false @@ -25290,7 +25290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps" }, "ValidateNotNullOrEmpty": false @@ -25318,7 +25318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem" }, "ValidateNotNullOrEmpty": false @@ -25328,7 +25328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem" }, "ValidateNotNullOrEmpty": false @@ -25369,7 +25369,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25379,7 +25379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25491,7 +25491,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25555,7 +25555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25571,7 +25571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25742,7 +25742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25806,7 +25806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25822,7 +25822,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26008,7 +26008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26072,7 +26072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26088,7 +26088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26259,7 +26259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26323,7 +26323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26339,7 +26339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26555,7 +26555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26619,7 +26619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26635,7 +26635,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26806,7 +26806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26870,7 +26870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26886,7 +26886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27087,7 +27087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27151,7 +27151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27167,7 +27167,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27338,7 +27338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27402,7 +27402,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27418,7 +27418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27589,7 +27589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27653,7 +27653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27669,7 +27669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27840,7 +27840,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27904,7 +27904,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27920,7 +27920,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28076,7 +28076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28196,7 +28196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28260,7 +28260,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28276,7 +28276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28447,7 +28447,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28511,7 +28511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28527,7 +28527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28698,7 +28698,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28762,7 +28762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28778,7 +28778,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28949,7 +28949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29013,7 +29013,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29029,7 +29029,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29231,7 +29231,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29295,7 +29295,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29311,7 +29311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29452,7 +29452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries" }, "ValidateNotNullOrEmpty": false @@ -29468,7 +29468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries" }, "ValidateNotNullOrEmpty": false @@ -29484,7 +29484,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType" }, "ValidateNotNullOrEmpty": false @@ -29500,7 +29500,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria" }, "ValidateNotNullOrEmpty": false @@ -29531,7 +29531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps" }, "ValidateNotNullOrEmpty": false @@ -29577,7 +29577,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem" }, "ValidateNotNullOrEmpty": false @@ -29593,7 +29593,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem" }, "ValidateNotNullOrEmpty": false @@ -29669,7 +29669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29733,7 +29733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29749,7 +29749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29837,7 +29837,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CustomEntityQuery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CustomEntityQuery, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CustomEntityQuery, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType]", @@ -29997,7 +29997,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30042,7 +30042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30061,7 +30061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "System.String[]" } @@ -30113,7 +30113,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30123,7 +30123,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30235,7 +30235,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30310,7 +30310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30341,7 +30341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "System.String[]" } @@ -30423,7 +30423,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30439,7 +30439,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30527,7 +30527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", "AdditionalDataTactic": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]", @@ -30613,7 +30613,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", "AdditionalDataTactic": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]", @@ -30656,7 +30656,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30674,7 +30674,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30701,7 +30701,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel" }, "ValidateNotNullOrEmpty": false @@ -30774,7 +30774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30783,7 +30783,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30823,7 +30823,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30833,7 +30833,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30973,7 +30973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30989,7 +30989,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31055,7 +31055,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", "AdditionalDataTactic": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]", @@ -31201,7 +31201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31217,7 +31217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31283,7 +31283,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31313,7 +31313,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31358,7 +31358,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel" }, "ValidateNotNullOrEmpty": false @@ -31479,7 +31479,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31494,7 +31494,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31621,7 +31621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31637,7 +31637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31710,7 +31710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedTimeUtc": "System.Nullable`1[System.DateTime]", "LastModifiedTimeUtc": "System.Nullable`1[System.DateTime]", @@ -31780,7 +31780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedTimeUtc": "System.Nullable`1[System.DateTime]", "LastModifiedTimeUtc": "System.Nullable`1[System.DateTime]", @@ -31829,7 +31829,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31839,7 +31839,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31994,7 +31994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32010,7 +32010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32076,7 +32076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedTimeUtc": "System.Nullable`1[System.DateTime]", "LastModifiedTimeUtc": "System.Nullable`1[System.DateTime]", @@ -32212,7 +32212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32228,7 +32228,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32421,7 +32421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32437,7 +32437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32510,7 +32510,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -32574,7 +32574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -32620,7 +32620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32630,7 +32630,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32782,7 +32782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32798,7 +32798,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32864,7 +32864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -32994,7 +32994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33010,7 +33010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33200,7 +33200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33216,7 +33216,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33289,7 +33289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamInformation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamInformation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamInformation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TeamCreationTimeUtc": "System.Nullable`1[System.DateTime]", "Description": "System.String", @@ -33345,7 +33345,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamProperties, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamProperties, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TeamDescription": "System.String", "TeamName": "System.String", @@ -33420,7 +33420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33430,7 +33430,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33567,7 +33567,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33583,7 +33583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33649,7 +33649,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamProperties, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamProperties, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TeamDescription": "System.String", "TeamName": "System.String", @@ -33764,7 +33764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33780,7 +33780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34002,7 +34002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34018,7 +34018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34091,7 +34091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomerManagedKey": "System.Nullable`1[System.Boolean]" } @@ -34146,7 +34146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomerManagedKey": "System.Nullable`1[System.Boolean]" } @@ -34189,7 +34189,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34199,7 +34199,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34339,7 +34339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34355,7 +34355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34421,7 +34421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingState, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomerManagedKey": "System.Nullable`1[System.Boolean]" } @@ -34536,7 +34536,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34552,7 +34552,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34730,7 +34730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34746,7 +34746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34868,7 +34868,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -34923,7 +34923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34933,7 +34933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35079,7 +35079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35095,7 +35095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35176,7 +35176,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -35249,7 +35249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35265,7 +35265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35380,7 +35380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35396,7 +35396,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35545,7 +35545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -35600,7 +35600,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35610,7 +35610,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35774,7 +35774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35790,7 +35790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35871,7 +35871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -35944,7 +35944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35960,7 +35960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36075,7 +36075,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36091,7 +36091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36231,7 +36231,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -36286,7 +36286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36296,7 +36296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36445,7 +36445,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36461,7 +36461,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36542,7 +36542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -36615,7 +36615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36631,7 +36631,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36746,7 +36746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36762,7 +36762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36902,7 +36902,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -36957,7 +36957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36967,7 +36967,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37116,7 +37116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37132,7 +37132,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37213,7 +37213,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -37286,7 +37286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37302,7 +37302,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37417,7 +37417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37433,7 +37433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37579,7 +37579,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -37634,7 +37634,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37644,7 +37644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37805,7 +37805,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37821,7 +37821,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37902,7 +37902,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -37975,7 +37975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37991,7 +37991,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38106,7 +38106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38122,7 +38122,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38262,7 +38262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -38317,7 +38317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38327,7 +38327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38476,7 +38476,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38492,7 +38492,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38573,7 +38573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -38646,7 +38646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38662,7 +38662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38777,7 +38777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38793,7 +38793,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38933,7 +38933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -38988,7 +38988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38998,7 +38998,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39147,7 +39147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39163,7 +39163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39244,7 +39244,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -39317,7 +39317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39333,7 +39333,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39448,7 +39448,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39464,7 +39464,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39604,7 +39604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -39659,7 +39659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39669,7 +39669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39818,7 +39818,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39834,7 +39834,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39915,7 +39915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -39988,7 +39988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40004,7 +40004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40119,7 +40119,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40135,7 +40135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40284,7 +40284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -40339,7 +40339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40349,7 +40349,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40513,7 +40513,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40529,7 +40529,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40610,7 +40610,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -40683,7 +40683,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40699,7 +40699,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40814,7 +40814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40830,7 +40830,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40976,7 +40976,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -41031,7 +41031,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41041,7 +41041,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41202,7 +41202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41218,7 +41218,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41299,7 +41299,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -41372,7 +41372,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41388,7 +41388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41503,7 +41503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41519,7 +41519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41659,7 +41659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -41714,7 +41714,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41724,7 +41724,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41873,7 +41873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41889,7 +41889,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41970,7 +41970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -42043,7 +42043,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42059,7 +42059,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42174,7 +42174,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42190,7 +42190,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42278,7 +42278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnectorsCheckRequirements", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnectorsCheckRequirements, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnectorsCheckRequirements, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind" }, @@ -42408,7 +42408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -42466,7 +42466,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42476,7 +42476,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42573,7 +42573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -42637,7 +42637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42653,7 +42653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42794,7 +42794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -42858,7 +42858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42874,7 +42874,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43015,7 +43015,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43079,7 +43079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43095,7 +43095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43183,7 +43183,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData", "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", @@ -43343,7 +43343,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -43448,7 +43448,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43457,7 +43457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43511,7 +43511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43530,7 +43530,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43539,7 +43539,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FieldMapping": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", "EntityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]" @@ -43606,7 +43606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43624,7 +43624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43651,7 +43651,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43660,7 +43660,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity" }, "ValidateNotNullOrEmpty": false @@ -43710,7 +43710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43720,7 +43720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43968,7 +43968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43984,7 +43984,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44170,7 +44170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -44185,7 +44185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity" }, "ValidateNotNullOrEmpty": false @@ -44310,7 +44310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44326,7 +44326,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44542,7 +44542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -44557,7 +44557,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -44647,7 +44647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -44678,7 +44678,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -44693,7 +44693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FieldMapping": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", "EntityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]" @@ -44881,7 +44881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44897,7 +44897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45113,7 +45113,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45128,7 +45128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45218,7 +45218,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45249,7 +45249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45264,7 +45264,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FieldMapping": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", "EntityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]" @@ -45373,7 +45373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45403,7 +45403,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45527,7 +45527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45543,7 +45543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45624,7 +45624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -45772,7 +45772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45788,7 +45788,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45869,7 +45869,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -45953,7 +45953,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45968,7 +45968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity" }, "ValidateNotNullOrEmpty": false @@ -46093,7 +46093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46109,7 +46109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46190,7 +46190,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -46304,7 +46304,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -46319,7 +46319,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -46409,7 +46409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -46440,7 +46440,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -46455,7 +46455,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FieldMapping": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", "EntityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]" @@ -46643,7 +46643,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46659,7 +46659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46740,7 +46740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -46854,7 +46854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -46869,7 +46869,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -46959,7 +46959,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertDetail, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -46990,7 +46990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -47005,7 +47005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FieldMapping": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", "EntityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]" @@ -47114,7 +47114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -47144,7 +47144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -47268,7 +47268,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47284,7 +47284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47459,7 +47459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47475,7 +47475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47563,7 +47563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponse, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogicAppResourceId": "System.String", "WorkflowId": "System.String" @@ -47628,7 +47628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -47701,7 +47701,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47711,7 +47711,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47896,7 +47896,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47912,7 +47912,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47978,7 +47978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -48081,7 +48081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48097,7 +48097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48227,7 +48227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48243,7 +48243,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48316,7 +48316,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", "TriggeringLogicCondition": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", @@ -48388,7 +48388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -48421,7 +48421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction" }, "ValidateNotNullOrEmpty": false @@ -48449,7 +48449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -48499,7 +48499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48509,7 +48509,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48615,7 +48615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction" }, "ValidateNotNullOrEmpty": false @@ -48661,7 +48661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -48741,7 +48741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48757,7 +48757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48823,7 +48823,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -48862,7 +48862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction" }, "ValidateNotNullOrEmpty": false @@ -48908,7 +48908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -48988,7 +48988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49004,7 +49004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49070,7 +49070,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction" }, "ValidateNotNullOrEmpty": false @@ -49116,7 +49116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -49196,7 +49196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49212,7 +49212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49285,7 +49285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmark, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncidentInfoSeverity": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity]", "Created": "System.Nullable`1[System.DateTime]", @@ -49359,7 +49359,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -49428,7 +49428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -49523,7 +49523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49533,7 +49533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49699,7 +49699,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -49854,7 +49854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49870,7 +49870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49936,7 +49936,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -50035,7 +50035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -50190,7 +50190,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50206,7 +50206,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50332,7 +50332,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -50487,7 +50487,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50503,7 +50503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50576,7 +50576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -50640,7 +50640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -50704,7 +50704,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50714,7 +50714,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50881,7 +50881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50897,7 +50897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50963,7 +50963,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -51051,7 +51051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51067,7 +51067,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51182,7 +51182,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51198,7 +51198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51271,7 +51271,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnector", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnector, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnector, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData", "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", @@ -51431,7 +51431,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -51545,7 +51545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -51744,7 +51744,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries" }, "ValidateNotNullOrEmpty": false @@ -51754,7 +51754,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries" }, "ValidateNotNullOrEmpty": false @@ -51764,7 +51764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType" }, "ValidateNotNullOrEmpty": false @@ -51774,7 +51774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria" }, "ValidateNotNullOrEmpty": false @@ -51802,7 +51802,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem" }, "ValidateNotNullOrEmpty": false @@ -51812,7 +51812,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem" }, "ValidateNotNullOrEmpty": false @@ -51822,7 +51822,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps" }, "ValidateNotNullOrEmpty": false @@ -51872,7 +51872,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51882,7 +51882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52205,7 +52205,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52221,7 +52221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52487,7 +52487,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52503,7 +52503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52738,7 +52738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52754,7 +52754,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52989,7 +52989,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53005,7 +53005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53255,7 +53255,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53271,7 +53271,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53506,7 +53506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53522,7 +53522,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53802,7 +53802,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53818,7 +53818,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54053,7 +54053,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54069,7 +54069,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54334,7 +54334,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54350,7 +54350,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54585,7 +54585,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54601,7 +54601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54836,7 +54836,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54852,7 +54852,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55087,7 +55087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55103,7 +55103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55364,7 +55364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -55443,7 +55443,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55459,7 +55459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55694,7 +55694,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55710,7 +55710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55791,7 +55791,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -55939,7 +55939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55955,7 +55955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56036,7 +56036,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -56215,7 +56215,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56231,7 +56231,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56312,7 +56312,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -56445,7 +56445,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56461,7 +56461,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56542,7 +56542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -56690,7 +56690,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56706,7 +56706,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56787,7 +56787,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -56920,7 +56920,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56936,7 +56936,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57017,7 +57017,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -57165,7 +57165,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57181,7 +57181,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57262,7 +57262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -57395,7 +57395,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57411,7 +57411,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57492,7 +57492,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -57670,7 +57670,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57686,7 +57686,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57767,7 +57767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -57900,7 +57900,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57916,7 +57916,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57997,7 +57997,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -58160,7 +58160,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58176,7 +58176,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58257,7 +58257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -58390,7 +58390,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58406,7 +58406,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58487,7 +58487,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -58620,7 +58620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58636,7 +58636,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58717,7 +58717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -58850,7 +58850,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58866,7 +58866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58947,7 +58947,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -59091,7 +59091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PollingFrequency, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -59170,7 +59170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59186,7 +59186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59342,7 +59342,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries" }, "ValidateNotNullOrEmpty": false @@ -59358,7 +59358,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries" }, "ValidateNotNullOrEmpty": false @@ -59374,7 +59374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType" }, "ValidateNotNullOrEmpty": false @@ -59390,7 +59390,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria" }, "ValidateNotNullOrEmpty": false @@ -59436,7 +59436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem" }, "ValidateNotNullOrEmpty": false @@ -59452,7 +59452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem" }, "ValidateNotNullOrEmpty": false @@ -59468,7 +59468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps" }, "ValidateNotNullOrEmpty": false @@ -59533,7 +59533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59549,7 +59549,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59705,7 +59705,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries" }, "ValidateNotNullOrEmpty": false @@ -59721,7 +59721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries" }, "ValidateNotNullOrEmpty": false @@ -59737,7 +59737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType" }, "ValidateNotNullOrEmpty": false @@ -59753,7 +59753,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria" }, "ValidateNotNullOrEmpty": false @@ -59799,7 +59799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem" }, "ValidateNotNullOrEmpty": false @@ -59815,7 +59815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem" }, "ValidateNotNullOrEmpty": false @@ -59831,7 +59831,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps" }, "ValidateNotNullOrEmpty": false @@ -59896,7 +59896,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59912,7 +59912,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60042,7 +60042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60058,7 +60058,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60146,7 +60146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CustomEntityQuery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CustomEntityQuery, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CustomEntityQuery, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType]", @@ -60306,7 +60306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -60375,7 +60375,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -60394,7 +60394,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "System.String[]" } @@ -60464,7 +60464,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60474,7 +60474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60646,7 +60646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -60677,7 +60677,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "System.String[]" } @@ -60789,7 +60789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60805,7 +60805,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60886,7 +60886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -60985,7 +60985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -61016,7 +61016,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "System.String[]" } @@ -61128,7 +61128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61144,7 +61144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61285,7 +61285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -61316,7 +61316,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesEntitiesFilter, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "System.String[]" } @@ -61428,7 +61428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61444,7 +61444,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61532,7 +61532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncident, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", "AdditionalDataTactic": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]", @@ -61618,7 +61618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -61651,7 +61651,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -61669,7 +61669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -61696,7 +61696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel" }, "ValidateNotNullOrEmpty": false @@ -61769,7 +61769,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -61778,7 +61778,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -61818,7 +61818,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61828,7 +61828,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61934,7 +61934,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -61964,7 +61964,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62009,7 +62009,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel" }, "ValidateNotNullOrEmpty": false @@ -62130,7 +62130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62145,7 +62145,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62209,7 +62209,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62225,7 +62225,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62291,7 +62291,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -62330,7 +62330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62360,7 +62360,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62405,7 +62405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel" }, "ValidateNotNullOrEmpty": false @@ -62526,7 +62526,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62541,7 +62541,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62605,7 +62605,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62621,7 +62621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62687,7 +62687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62717,7 +62717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62762,7 +62762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel" }, "ValidateNotNullOrEmpty": false @@ -62883,7 +62883,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62898,7 +62898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62962,7 +62962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62978,7 +62978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63051,7 +63051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentComment, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedTimeUtc": "System.Nullable`1[System.DateTime]", "LastModifiedTimeUtc": "System.Nullable`1[System.DateTime]", @@ -63121,7 +63121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -63185,7 +63185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63195,7 +63195,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63365,7 +63365,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63381,7 +63381,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63447,7 +63447,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -63535,7 +63535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63551,7 +63551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63666,7 +63666,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63682,7 +63682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63755,7 +63755,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRelation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelatedResourceId": "System.String", "RelatedResourceKind": "System.String", @@ -63819,7 +63819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -63883,7 +63883,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63893,7 +63893,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64060,7 +64060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64076,7 +64076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64142,7 +64142,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -64230,7 +64230,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64246,7 +64246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64361,7 +64361,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64377,7 +64377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64450,7 +64450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.Settings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.Settings, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.Settings, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData", "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind", @@ -64601,7 +64601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -64652,7 +64652,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources" }, "ValidateNotNullOrEmpty": false @@ -64693,7 +64693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64703,7 +64703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64815,7 +64815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources" }, "ValidateNotNullOrEmpty": false @@ -64880,7 +64880,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64896,7 +64896,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65101,7 +65101,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65117,7 +65117,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65198,7 +65198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -65301,7 +65301,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65317,7 +65317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65398,7 +65398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "SourceControlId": "System.String", @@ -65437,7 +65437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources" }, "ValidateNotNullOrEmpty": false @@ -65502,7 +65502,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65518,7 +65518,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65648,7 +65648,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65664,7 +65664,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -65785,7 +65785,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -65868,7 +65868,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.SendAsyncStep, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -66046,13 +66046,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleAction, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRuleActionType", "Order": "System.Int32" @@ -66061,7 +66061,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRuleActionType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRuleActionType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRuleActionType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRuleActionType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66126,13 +66126,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConditionType": "System.String" } @@ -66169,7 +66169,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.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.SecurityInsights.Support.IncidentSeverity" ] @@ -66177,7 +66177,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66248,7 +66248,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66313,7 +66313,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhoisDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhoisDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhoisDetails, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhoisDetails, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdminCity": "System.String", "RegistrantName": "System.String", @@ -66368,7 +66368,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66433,7 +66433,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66498,13 +66498,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityInsightItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChartQueryResult": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult[]", "TableQueryResultColumn": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem[]", @@ -66517,13 +66517,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResult, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Column": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem[]", "Row": "System.String[][]" @@ -66532,13 +66532,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightsTableResultColumnsItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -66553,13 +66553,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorMessage": "System.String", "Kind": "System.String", @@ -66569,13 +66569,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind" } @@ -66583,7 +66583,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66648,13 +66648,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineAggregation, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind", "Count": "System.Int32" @@ -66663,13 +66663,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITimelineError, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityTimelineKind", "ErrorMessage": "System.String", @@ -66679,13 +66679,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LabelType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType]", "LabelName": "System.String" @@ -66694,7 +66694,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType, Az.SecurityInsights.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.SecurityInsights.Support.IncidentLabelType" ] @@ -66702,7 +66702,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66767,13 +66767,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66838,7 +66838,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.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.SecurityInsights.Support.IncidentClassification" ] @@ -66846,7 +66846,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66911,7 +66911,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.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.SecurityInsights.Support.IncidentClassificationReason" ] @@ -66919,7 +66919,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -66984,7 +66984,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.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.SecurityInsights.Support.IncidentStatus" ] @@ -66992,7 +66992,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67057,7 +67057,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OwnerType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OwnerType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OwnerType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OwnerType, Az.SecurityInsights.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.SecurityInsights.Support.OwnerType" ] @@ -67065,7 +67065,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OwnerType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OwnerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OwnerType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OwnerType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67130,18 +67130,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonPropertiesAdditionalData": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonPropertiesAdditionalData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonPropertiesAdditionalData, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonPropertiesAdditionalData, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertPropertiesConfidenceReasonsItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reason": "System.String", "ReasonType": "System.String" @@ -67150,18 +67150,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.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.SecurityInsights.Support.AlertSeverity" ] @@ -67169,7 +67169,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67234,7 +67234,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertStatus, Az.SecurityInsights.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.SecurityInsights.Support.AlertStatus" ] @@ -67242,7 +67242,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67307,7 +67307,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceLevel]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceLevel, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceLevel, Az.SecurityInsights.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.SecurityInsights.Support.ConfidenceLevel" ] @@ -67315,7 +67315,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceLevel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceLevel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceLevel, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceLevel, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67380,7 +67380,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceScoreStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceScoreStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceScoreStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceScoreStatus, Az.SecurityInsights.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.SecurityInsights.Support.ConfidenceScoreStatus" ] @@ -67388,7 +67388,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceScoreStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceScoreStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceScoreStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConfidenceScoreStatus, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67453,7 +67453,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent, Az.SecurityInsights.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.SecurityInsights.Support.KillChainIntent" ] @@ -67461,7 +67461,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67534,13 +67534,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityKind" } @@ -67548,13 +67548,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentEntitiesResultsMetadata, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EntityKind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityKind", "Count": "System.Int32" @@ -67563,13 +67563,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Criterion": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataDependencies[]", "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind]", @@ -67582,7 +67582,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind, Az.SecurityInsights.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.SecurityInsights.Support.Kind" ] @@ -67590,7 +67590,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Kind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67655,7 +67655,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator, Az.SecurityInsights.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.SecurityInsights.Support.Operator" ] @@ -67663,7 +67663,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67728,7 +67728,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind, Az.SecurityInsights.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.SecurityInsights.Support.SourceKind" ] @@ -67736,7 +67736,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67801,7 +67801,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SupportTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SupportTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SupportTier, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SupportTier, Az.SecurityInsights.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.SecurityInsights.Support.SupportTier" ] @@ -67809,7 +67809,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SupportTier": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SupportTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SupportTier, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SupportTier, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67874,7 +67874,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -67939,13 +67939,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceMetricEntity, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricValue": "System.Nullable`1[System.Int32]", "MetricName": "System.String" @@ -67954,7 +67954,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceSortingCriteria, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SortOrder": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum]", "ItemKey": "System.String" @@ -67963,7 +67963,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum, Az.SecurityInsights.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.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum" ] @@ -67971,7 +67971,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ThreatIntelligenceSortingCriteriaEnum, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -68036,7 +68036,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api30.ISystemData, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType]", "LastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType]", @@ -68049,7 +68049,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType, Az.SecurityInsights.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.SecurityInsights.Support.CreatedByType" ] @@ -68057,7 +68057,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.CreatedByType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -68127,7 +68127,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRule, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertRuleKind" } @@ -68135,7 +68135,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Json.JsonNode, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Json.JsonNode, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Json.JsonNode" }, @@ -68167,13 +68167,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColumnName": "System.String", "Identifier": "System.String" @@ -68182,7 +68182,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.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.SecurityInsights.Support.EntityMappingType" ] @@ -68190,7 +68190,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -68255,7 +68255,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnector": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnector", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnector, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnector, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind" } @@ -68263,7 +68263,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueries, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseQuery": "System.String", "Legend": "System.String", @@ -68360,7 +68360,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGraphQueries": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGraphQueries", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGraphQueries, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGraphQueries, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseQuery": "System.String", "Legend": "System.String", @@ -68370,7 +68370,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SampleQueries, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Query": "System.String" @@ -68466,7 +68466,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISampleQueries": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISampleQueries", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISampleQueries, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISampleQueries, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Query": "System.String" @@ -68475,7 +68475,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastDataReceivedQuery": "System.String", "Name": "System.String" @@ -68571,7 +68571,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ILastDataReceivedDataType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ILastDataReceivedDataType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ILastDataReceivedDataType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ILastDataReceivedDataType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastDataReceivedQuery": "System.String", "Name": "System.String" @@ -68580,7 +68580,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ConnectivityCriteria, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType]", "Value": "System.String[]" @@ -68676,7 +68676,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType, Az.SecurityInsights.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.SecurityInsights.Support.ConnectivityType" ] @@ -68684,7 +68684,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -68749,7 +68749,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectivityCriteria": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectivityCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectivityCriteria, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectivityCriteria, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectivityType]", "Value": "System.String[]" @@ -68758,7 +68758,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionSteps, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Instruction": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase[]", "Description": "System.String", @@ -68855,13 +68855,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase[], Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameter": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny", "Type": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingType" @@ -68870,7 +68870,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingType, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -68935,7 +68935,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInstructionSteps": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInstructionSteps", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInstructionSteps, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInstructionSteps, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Instruction": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IConnectorInstructionModelBase[]", "Description": "System.String", @@ -68945,7 +68945,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsResourceProviderItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequiredPermission": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRequiredPermissions", "Scope": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope]", @@ -69058,7 +69058,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRequiredPermissions": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRequiredPermissions", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRequiredPermissions, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRequiredPermissions, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[System.Boolean]", "Delete": "System.Nullable`1[System.Boolean]", @@ -69069,7 +69069,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope, Az.SecurityInsights.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.SecurityInsights.Support.PermissionProviderScope" ] @@ -69077,7 +69077,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.PermissionProviderScope, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -69142,7 +69142,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ProviderName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ProviderName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ProviderName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ProviderName, Az.SecurityInsights.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.SecurityInsights.Support.ProviderName" ] @@ -69150,7 +69150,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ProviderName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ProviderName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ProviderName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ProviderName, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -69215,12 +69215,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsResourceProviderItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsResourceProviderItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsResourceProviderItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsResourceProviderItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Name": "System.String" @@ -69326,12 +69326,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsCustomsItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsCustomsItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsCustomsItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsCustomsItem, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICustomEntityQuery": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICustomEntityQuery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICustomEntityQuery, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICustomEntityQuery, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "System.String" } @@ -69339,7 +69339,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnectorsCheckRequirements": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnectorsCheckRequirements", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnectorsCheckRequirements, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnectorsCheckRequirements, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind" } @@ -69347,7 +69347,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISettings, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISettings, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind" } @@ -69355,7 +69355,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.UebaDataSources, Az.SecurityInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json b/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json index 5ff0cdd28593..8602e93807af 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.12.0", + "ModuleVersion": "2.0.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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -724,7 +724,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]", "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes", @@ -920,7 +920,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Display": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes", "Name": "System.String" @@ -1052,7 +1052,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SharedAccessSignature": "System.String" }, @@ -1333,7 +1333,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyName": "System.String", "KeyVaultUri": "System.String", @@ -1550,7 +1550,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]", "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes", @@ -1733,7 +1733,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -1954,7 +1954,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -2028,7 +2028,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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]", @@ -2119,7 +2119,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -2318,7 +2318,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -2503,7 +2503,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]", "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes", @@ -2683,7 +2683,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]", "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes", @@ -2958,7 +2958,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]", "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes", @@ -3135,7 +3135,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]", "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes", @@ -3376,7 +3376,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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]", @@ -3467,7 +3467,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -3666,7 +3666,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -3814,7 +3814,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]", "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes", @@ -3988,7 +3988,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -4194,7 +4194,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes" }, "ValidateNotNullOrEmpty": false @@ -4641,7 +4641,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -4705,7 +4705,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -4768,7 +4768,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4778,7 +4778,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4957,7 +4957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4973,7 +4973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5054,7 +5054,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -5147,7 +5147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5163,7 +5163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5308,7 +5308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5324,7 +5324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5452,7 +5452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -5497,7 +5497,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5507,7 +5507,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5638,7 +5638,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5654,7 +5654,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5735,7 +5735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -5798,7 +5798,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5814,7 +5814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5929,7 +5929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5945,7 +5945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6033,7 +6033,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -6097,7 +6097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -6160,7 +6160,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6170,7 +6170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6349,7 +6349,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6365,7 +6365,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6446,7 +6446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -6539,7 +6539,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6555,7 +6555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6700,7 +6700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6716,7 +6716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6804,7 +6804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rights": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -6893,7 +6893,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -6938,7 +6938,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6948,7 +6948,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7104,7 +7104,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7120,7 +7120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7299,7 +7299,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7315,7 +7315,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7494,7 +7494,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7510,7 +7510,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7674,7 +7674,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7690,7 +7690,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7756,7 +7756,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -7819,7 +7819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7835,7 +7835,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7935,7 +7935,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7951,7 +7951,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8024,7 +8024,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IArmDisasterRecovery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IArmDisasterRecovery, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IArmDisasterRecovery, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -8087,7 +8087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -8132,7 +8132,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8142,7 +8142,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8280,7 +8280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8296,7 +8296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8442,7 +8442,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8458,7 +8458,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8524,7 +8524,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -8587,7 +8587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8603,7 +8603,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8703,7 +8703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8719,7 +8719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8792,7 +8792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IAccessKeys", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IAccessKeys, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IAccessKeys, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AliasPrimaryConnectionString": "System.String", "AliasSecondaryConnectionString": "System.String", @@ -8912,7 +8912,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8922,7 +8922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9087,7 +9087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9103,7 +9103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9312,7 +9312,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9328,7 +9328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9537,7 +9537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9553,7 +9553,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9762,7 +9762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9778,7 +9778,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9866,7 +9866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IMigrationConfigProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IMigrationConfigProperties, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IMigrationConfigProperties, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -9920,7 +9920,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -9965,7 +9965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9975,7 +9975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10098,7 +10098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10114,7 +10114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10260,7 +10260,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10276,7 +10276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10342,7 +10342,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -10405,7 +10405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10421,7 +10421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10521,7 +10521,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10537,7 +10537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10610,7 +10610,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INetworkRuleSet, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INetworkRuleSet, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPRule": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[]", "VirtualNetworkRule": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", @@ -10664,7 +10664,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -10709,7 +10709,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10719,7 +10719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10842,7 +10842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10858,7 +10858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11004,7 +11004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11020,7 +11020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11086,7 +11086,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -11149,7 +11149,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11165,7 +11165,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11265,7 +11265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11281,7 +11281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11354,7 +11354,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateEndpointConnection, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -11419,7 +11419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -11464,7 +11464,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11474,7 +11474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11615,7 +11615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11631,7 +11631,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11777,7 +11777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11793,7 +11793,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11859,7 +11859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -11922,7 +11922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11938,7 +11938,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12038,7 +12038,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12054,7 +12054,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12127,7 +12127,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResourcesListResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResourcesListResult, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResourcesListResult, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource[]", "NextLink": "System.String" @@ -12194,7 +12194,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12204,7 +12204,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12327,7 +12327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12343,7 +12343,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12416,7 +12416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -12503,7 +12503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -12566,7 +12566,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12576,7 +12576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12717,7 +12717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12733,7 +12733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12909,7 +12909,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12925,7 +12925,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12991,7 +12991,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -13054,7 +13054,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13070,7 +13070,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13170,7 +13170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13186,7 +13186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13259,7 +13259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CorrelationFilterProperty": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICorrelationFilterProperties", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -13355,7 +13355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -13418,7 +13418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13428,7 +13428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13599,7 +13599,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13615,7 +13615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13821,7 +13821,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13837,7 +13837,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13903,7 +13903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -13966,7 +13966,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13982,7 +13982,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14082,7 +14082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14098,7 +14098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14171,7 +14171,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -14266,7 +14266,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -14329,7 +14329,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14339,7 +14339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14495,7 +14495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14511,7 +14511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14702,7 +14702,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14718,7 +14718,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14784,7 +14784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -14847,7 +14847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14863,7 +14863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14963,7 +14963,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14979,7 +14979,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15052,7 +15052,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -15134,7 +15134,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -15197,7 +15197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15207,7 +15207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15348,7 +15348,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15364,7 +15364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15540,7 +15540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15556,7 +15556,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15622,7 +15622,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -15685,7 +15685,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15701,7 +15701,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15801,7 +15801,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15817,7 +15817,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15890,7 +15890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rights": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -15969,7 +15969,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -16010,7 +16010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16020,7 +16020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16135,7 +16135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -16200,7 +16200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16216,7 +16216,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16375,7 +16375,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -16440,7 +16440,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16456,7 +16456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16615,7 +16615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -16680,7 +16680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16696,7 +16696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16784,7 +16784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IArmDisasterRecovery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IArmDisasterRecovery, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IArmDisasterRecovery, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -16886,7 +16886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16896,7 +16896,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17072,7 +17072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17088,7 +17088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17176,7 +17176,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction]", "IPMask": "System.String" @@ -17202,7 +17202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -17232,7 +17232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17259,7 +17259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IAccessKeys", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IAccessKeys, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IAccessKeys, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AliasPrimaryConnectionString": "System.String", "AliasSecondaryConnectionString": "System.String", @@ -17341,7 +17341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17390,7 +17390,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17400,7 +17400,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17518,7 +17518,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17597,7 +17597,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17613,7 +17613,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17775,7 +17775,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17854,7 +17854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17870,7 +17870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18032,7 +18032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18111,7 +18111,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18127,7 +18127,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18215,7 +18215,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -18436,7 +18436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18467,7 +18467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18477,7 +18477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18808,7 +18808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18857,7 +18857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18873,7 +18873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18946,7 +18946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CorrelationFilterProperty": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICorrelationFilterProperties", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -19095,7 +19095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19198,7 +19198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19208,7 +19208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19434,7 +19434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19603,7 +19603,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19619,7 +19619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19692,7 +19692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -19921,7 +19921,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19952,7 +19952,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19962,7 +19962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20308,7 +20308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20357,7 +20357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20373,7 +20373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20446,7 +20446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -20608,7 +20608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20648,7 +20648,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20658,7 +20658,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20899,7 +20899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20963,7 +20963,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20979,7 +20979,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21052,7 +21052,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "SubnetId": "System.String" @@ -21135,7 +21135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rights": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -21214,7 +21214,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -21268,7 +21268,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21278,7 +21278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21457,7 +21457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21473,7 +21473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21681,7 +21681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21697,7 +21697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21890,7 +21890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21906,7 +21906,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21987,7 +21987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -22065,7 +22065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22081,7 +22081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22211,7 +22211,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22227,7 +22227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22364,7 +22364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -22409,7 +22409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22419,7 +22419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22565,7 +22565,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22581,7 +22581,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22662,7 +22662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -22725,7 +22725,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22741,7 +22741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22856,7 +22856,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22872,7 +22872,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23000,7 +23000,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -23045,7 +23045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23055,7 +23055,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23186,7 +23186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23202,7 +23202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23283,7 +23283,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -23346,7 +23346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23362,7 +23362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23477,7 +23477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23493,7 +23493,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23633,7 +23633,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -23687,7 +23687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23697,7 +23697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23870,7 +23870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23886,7 +23886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23982,7 +23982,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -24060,7 +24060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24076,7 +24076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24221,7 +24221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24237,7 +24237,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24392,7 +24392,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -24437,7 +24437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24447,7 +24447,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24596,7 +24596,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24612,7 +24612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24693,7 +24693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -24756,7 +24756,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24772,7 +24772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24887,7 +24887,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24903,7 +24903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25061,7 +25061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -25106,7 +25106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25116,7 +25116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25295,7 +25295,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25311,7 +25311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25392,7 +25392,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -25455,7 +25455,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25471,7 +25471,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25586,7 +25586,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25602,7 +25602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25751,7 +25751,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -25796,7 +25796,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25806,7 +25806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25970,7 +25970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25986,7 +25986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26067,7 +26067,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -26130,7 +26130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26146,7 +26146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26261,7 +26261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26277,7 +26277,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26417,7 +26417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -26462,7 +26462,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26472,7 +26472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26621,7 +26621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26637,7 +26637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26718,7 +26718,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -26781,7 +26781,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26797,7 +26797,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26912,7 +26912,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26928,7 +26928,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27016,7 +27016,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbAuthorizationRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rights": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -27095,7 +27095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -27118,7 +27118,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -27159,7 +27159,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27169,7 +27169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27299,7 +27299,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -27364,7 +27364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27380,7 +27380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27539,7 +27539,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -27604,7 +27604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27620,7 +27620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27764,7 +27764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -27829,7 +27829,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27845,7 +27845,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27926,7 +27926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -27955,7 +27955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -28020,7 +28020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28036,7 +28036,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28117,7 +28117,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "ValidateNotNullOrEmpty": false @@ -28182,7 +28182,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28198,7 +28198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28335,7 +28335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -28389,7 +28389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28399,7 +28399,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28560,7 +28560,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28576,7 +28576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28657,7 +28657,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -28735,7 +28735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28751,7 +28751,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28881,7 +28881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28897,7 +28897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29034,7 +29034,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -29088,7 +29088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29098,7 +29098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29259,7 +29259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29275,7 +29275,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29356,7 +29356,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -29434,7 +29434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29450,7 +29450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29580,7 +29580,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29596,7 +29596,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29684,7 +29684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INetworkRuleSet, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INetworkRuleSet, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPRule": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[]", "VirtualNetworkRule": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", @@ -29737,7 +29737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -29760,7 +29760,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29778,7 +29778,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29787,7 +29787,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules" }, "ValidateNotNullOrEmpty": false @@ -29797,7 +29797,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "ValidateNotNullOrEmpty": false @@ -29838,7 +29838,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29848,7 +29848,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29945,7 +29945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29975,7 +29975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29990,7 +29990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules" }, "ValidateNotNullOrEmpty": false @@ -30006,7 +30006,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "ValidateNotNullOrEmpty": false @@ -30071,7 +30071,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30087,7 +30087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30168,7 +30168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -30197,7 +30197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30227,7 +30227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30242,7 +30242,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules" }, "ValidateNotNullOrEmpty": false @@ -30258,7 +30258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "ValidateNotNullOrEmpty": false @@ -30323,7 +30323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30339,7 +30339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30420,7 +30420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30450,7 +30450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30465,7 +30465,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules" }, "ValidateNotNullOrEmpty": false @@ -30481,7 +30481,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "ValidateNotNullOrEmpty": false @@ -30546,7 +30546,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30562,7 +30562,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30650,7 +30650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbQueue, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -30736,7 +30736,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -30867,7 +30867,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30907,7 +30907,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30917,7 +30917,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31212,7 +31212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31276,7 +31276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31292,7 +31292,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31373,7 +31373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -31582,7 +31582,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31646,7 +31646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31662,7 +31662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31923,7 +31923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31987,7 +31987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32003,7 +32003,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32091,7 +32091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IRule, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CorrelationFilterProperty": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICorrelationFilterProperties", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -32186,7 +32186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -32317,7 +32317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32375,7 +32375,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32385,7 +32385,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32710,7 +32710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32804,7 +32804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32820,7 +32820,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32901,7 +32901,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -33110,7 +33110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -33204,7 +33204,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33220,7 +33220,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33481,7 +33481,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -33575,7 +33575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33591,7 +33591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33679,7 +33679,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbSubscription, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -33773,7 +33773,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -33841,7 +33841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -33926,7 +33926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33936,7 +33936,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34141,7 +34141,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -34280,7 +34280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34296,7 +34296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34377,7 +34377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -34481,7 +34481,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -34620,7 +34620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34636,7 +34636,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34792,7 +34792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -34931,7 +34931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34947,7 +34947,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35035,7 +35035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ISbTopic, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -35116,7 +35116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -35211,7 +35211,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35251,7 +35251,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35261,7 +35261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35496,7 +35496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35560,7 +35560,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35576,7 +35576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35657,7 +35657,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -35806,7 +35806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35870,7 +35870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35886,7 +35886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36087,7 +36087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36151,7 +36151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36167,7 +36167,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36255,7 +36255,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IMigrationConfigProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IMigrationConfigProperties, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IMigrationConfigProperties, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", @@ -36357,7 +36357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36367,7 +36367,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36543,7 +36543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36559,7 +36559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36687,7 +36687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -36732,7 +36732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36742,7 +36742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36873,7 +36873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36889,7 +36889,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36970,7 +36970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", "Alias": "System.String", @@ -37033,7 +37033,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37049,7 +37049,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37164,7 +37164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37180,7 +37180,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37268,7 +37268,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICheckNameAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICheckNameAvailabilityResult, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICheckNameAvailabilityResult, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reason": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason]", "NameAvailable": "System.Nullable`1[System.Boolean]", @@ -37353,7 +37353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37363,7 +37363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37494,7 +37494,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37510,7 +37510,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37700,7 +37700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37716,7 +37716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37837,7 +37837,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.11.0.0, Culture=neutral, PublicKeyToken=null]], 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.11.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" ] @@ -37845,7 +37845,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -37907,7 +37907,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.11.0.0, Culture=neutral, PublicKeyToken=null]], 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.11.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" ] @@ -37915,7 +37915,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -37972,7 +37972,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -38164,13 +38164,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyName": "System.String", "KeyVaultUri": "System.String", @@ -38219,7 +38219,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity]", "PrincipalId": "System.String", @@ -38328,13 +38328,13 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes", "Name": "System.String", @@ -38387,7 +38387,7 @@ "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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -38525,7 +38525,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.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Provider": "System.String", "Resource": "System.String", @@ -38590,7 +38590,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType, Az.ServiceBus.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.ServiceBus.Support.CreatedByType" ] @@ -38598,7 +38598,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.CreatedByType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38676,7 +38676,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState, Az.ServiceBus.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.ServiceBus.Support.EndPointProvisioningState" ] @@ -38684,7 +38684,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38749,7 +38749,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PrivateLinkConnectionStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PrivateLinkConnectionStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PrivateLinkConnectionStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PrivateLinkConnectionStatus, Az.ServiceBus.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.ServiceBus.Support.PrivateLinkConnectionStatus" ] @@ -38757,7 +38757,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PrivateLinkConnectionStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PrivateLinkConnectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PrivateLinkConnectionStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PrivateLinkConnectionStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38822,7 +38822,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName, Az.ServiceBus.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.ServiceBus.Support.MigrationConfigurationName" ] @@ -38830,7 +38830,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38895,7 +38895,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.SendAsyncStep, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -39068,13 +39068,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights" }, "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.AccessRights, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39139,7 +39139,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.ProvisioningStateDr]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.ProvisioningStateDr]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.ProvisioningStateDr, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.ProvisioningStateDr, Az.ServiceBus.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.ServiceBus.Support.ProvisioningStateDr" ] @@ -39147,7 +39147,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.ProvisioningStateDr": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.ProvisioningStateDr", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.ProvisioningStateDr, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.ProvisioningStateDr, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39212,7 +39212,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.RoleDisasterRecovery]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.RoleDisasterRecovery]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.RoleDisasterRecovery, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.RoleDisasterRecovery, Az.ServiceBus.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.ServiceBus.Support.RoleDisasterRecovery" ] @@ -39220,7 +39220,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.RoleDisasterRecovery": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.RoleDisasterRecovery", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.RoleDisasterRecovery, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.RoleDisasterRecovery, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39293,13 +39293,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules" }, "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetIPRules, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction]", "IPMask": "System.String" @@ -39308,7 +39308,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction, Az.ServiceBus.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.ServiceBus.Support.NetworkRuleIPAction" ] @@ -39316,7 +39316,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.NetworkRuleIPAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39381,13 +39381,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules" }, "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.INwRuleSetVirtualNetworkRules, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "SubnetId": "System.String" @@ -39396,7 +39396,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.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.ServiceBus.Support.DefaultAction" ] @@ -39404,7 +39404,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.DefaultAction, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39469,7 +39469,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessFlag]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessFlag]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessFlag, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessFlag, Az.ServiceBus.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.ServiceBus.Support.PublicNetworkAccessFlag" ] @@ -39477,7 +39477,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessFlag": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessFlag", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessFlag, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessFlag, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39542,13 +39542,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource[], Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource" }, "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.IPrivateLinkResource, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupId": "System.String", "Id": "System.String", @@ -39561,7 +39561,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.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.ServiceBus.Support.EntityStatus" ] @@ -39569,7 +39569,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39647,12 +39647,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICorrelationFilterProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICorrelationFilterProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICorrelationFilterProperties, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api202201Preview.ICorrelationFilterProperties, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.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.ServiceBus.Support.FilterType" ] @@ -39660,7 +39660,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39725,7 +39725,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason, Az.ServiceBus.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.ServiceBus.Support.UnavailableReason" ] @@ -39733,7 +39733,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason, Az.ServiceBus.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Sql.json b/tools/Tools.Common/SerializedCmdlets/Az.Sql.json index 46c8acab7325..d0d6aab72909 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Sql.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Sql.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Sql", - "ModuleVersion": "3.12.0", + "ModuleVersion": "4.0.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -120,7 +120,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel" ] @@ -197,7 +197,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel" ] @@ -268,7 +268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -337,7 +337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -424,7 +424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -985,7 +985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -1563,7 +1563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -1795,7 +1795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -1870,7 +1870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -2126,7 +2126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -2695,7 +2695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -3374,7 +3374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -3449,7 +3449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -4073,7 +4073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -4173,7 +4173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -4288,7 +4288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -4743,7 +4743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -4829,7 +4829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -4939,7 +4939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -5454,7 +5454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -5687,7 +5687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -5832,7 +5832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -6146,7 +6146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -6228,7 +6228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -6435,7 +6435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -6602,7 +6602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -6690,7 +6690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -6849,7 +6849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -6986,7 +6986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -7068,7 +7068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -7262,7 +7262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -7462,7 +7462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -7550,7 +7550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -7696,7 +7696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -7836,7 +7836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -7919,7 +7919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -8048,7 +8048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -8165,7 +8165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -8248,7 +8248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -8363,7 +8363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -8533,7 +8533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -8770,7 +8770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -8879,7 +8879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerName": "System.String", "DatabaseName": "System.String", @@ -8960,7 +8960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -9115,7 +9115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -9239,7 +9239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceName": "System.String", "DatabaseName": "System.String", @@ -9320,7 +9320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -9475,7 +9475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -9630,7 +9630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -9739,7 +9739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -10173,7 +10173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -10450,7 +10450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model", "Name": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCurrent": "System.Boolean", "LastDigestBlockId": "System.Int64", @@ -10527,7 +10527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -10686,7 +10686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -10871,7 +10871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -10913,7 +10913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11035,7 +11035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -11268,7 +11268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11496,7 +11496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "InstanceName": "System.String", @@ -11543,7 +11543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -11638,7 +11638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -11862,7 +11862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -11909,7 +11909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -11995,7 +11995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -12188,7 +12188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -12230,7 +12230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -12339,7 +12339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -12572,7 +12572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -12787,7 +12787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "ServerName": "System.String", @@ -12834,7 +12834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -12915,7 +12915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -13125,7 +13125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -13172,7 +13172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -13244,7 +13244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -13407,7 +13407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model", "Name": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCurrent": "System.Boolean", "LastDigestBlockId": "System.Int64", @@ -13493,7 +13493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -13713,7 +13713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -13897,7 +13897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -13939,7 +13939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -14061,7 +14061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -14294,7 +14294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -14522,7 +14522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "InstanceName": "System.String", @@ -14569,7 +14569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -14664,7 +14664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -14888,7 +14888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -14962,7 +14962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -15154,7 +15154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -15331,7 +15331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -15373,7 +15373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -15482,7 +15482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -15715,7 +15715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -15930,7 +15930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "ServerName": "System.String", @@ -15977,7 +15977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -16058,7 +16058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -16268,7 +16268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -16342,7 +16342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -16520,7 +16520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -16667,7 +16667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedServerVersions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", "LocationName": "System.String", @@ -16991,7 +16991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -17248,7 +17248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -17497,7 +17497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.DatabaseAdvancedThreatProtectionSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.DatabaseAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.DatabaseAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionState": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", "DatabaseName": "System.String", @@ -17681,7 +17681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -17940,7 +17940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -18027,7 +18027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -18177,7 +18177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -18300,7 +18300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -18491,7 +18491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionDays": "System.Nullable`1[System.Int32]", "DiffBackupIntervalInHours": "System.Nullable`1[System.Int32]", @@ -18561,7 +18561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -18674,7 +18674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -18919,7 +18919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -19104,7 +19104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -19368,7 +19368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceTierAdvisor": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -19600,7 +19600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -19822,7 +19822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastAvailableBackupDate": "System.DateTime", "ResourceGroupName": "System.String", @@ -20009,7 +20009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -20194,7 +20194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointRequestStatus": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[]", "OperationStatusLink": "System.String", @@ -20334,7 +20334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -20582,7 +20582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -20776,7 +20776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model", "Name": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestUploadModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestUploadModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestUploadModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType", "ResourceGroupName": "System.String", @@ -20870,7 +20870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -21029,7 +21029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -21198,7 +21198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -21262,7 +21262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -21904,7 +21904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -22004,7 +22004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -22162,7 +22162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -22443,7 +22443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -22699,7 +22699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -22887,7 +22887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -22962,7 +22962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -23299,7 +23299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -23399,7 +23399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -23597,7 +23597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -23672,7 +23672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -23846,7 +23846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -23999,7 +23999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -24183,7 +24183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "TargetEdition": "System.String", @@ -24390,7 +24390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -24472,7 +24472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -24679,7 +24679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -24846,7 +24846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -24933,7 +24933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -25116,7 +25116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -25268,7 +25268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -25356,7 +25356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -25515,7 +25515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -25652,7 +25652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.DateTime", "DeletionDate": "System.DateTime", @@ -25874,7 +25874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionDate": "System.DateTime", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -26228,7 +26228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -26294,7 +26294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -26475,7 +26475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -26654,7 +26654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -26718,7 +26718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -26881,7 +26881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -27066,7 +27066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -27127,7 +27127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -27308,7 +27308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -27487,7 +27487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -27556,7 +27556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -28020,7 +28020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -28199,7 +28199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -28568,7 +28568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -28637,7 +28637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -28983,7 +28983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -29062,7 +29062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -29343,7 +29343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -29412,7 +29412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -29890,7 +29890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -30041,7 +30041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -30352,7 +30352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -30421,7 +30421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -30823,7 +30823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -31211,7 +31211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -31271,7 +31271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -31452,7 +31452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -31631,7 +31631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -31840,7 +31840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -32070,7 +32070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -32329,7 +32329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -32604,7 +32604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabaseCollection": "System.Collections.Generic.IList`1[System.String]", "DatabaseDtuMax": "System.Int32", @@ -32768,7 +32768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -33049,7 +33049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -33127,7 +33127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33236,7 +33236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33641,7 +33641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -33689,7 +33689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -33784,7 +33784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -34008,7 +34008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "InstanceName": "System.String", @@ -34055,7 +34055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -34150,7 +34150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -34374,7 +34374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -34421,7 +34421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -34507,7 +34507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -34684,7 +34684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedThreatProtectionSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionState": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", "ResourceGroupName": "System.String", @@ -34843,7 +34843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -34973,7 +34973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -35208,7 +35208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -35325,7 +35325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedDatabaseAdvancedThreatProtectionSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedDatabaseAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedDatabaseAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionState": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", "ManagedDatabaseName": "System.String", @@ -35509,7 +35509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -35697,7 +35697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -35772,7 +35772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -35867,7 +35867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -36099,7 +36099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -36339,7 +36339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseRestoreDetailsResultModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseRestoreDetailsResultModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseRestoreDetailsResultModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PercentCompleted": "System.Double", "NumberOfFilesDetected": "System.Int64", @@ -36568,7 +36568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -36631,7 +36631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -37240,7 +37240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -37327,7 +37327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -37472,7 +37472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -37547,7 +37547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -37871,7 +37871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -37958,7 +37958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -38143,7 +38143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -38218,7 +38218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -38379,7 +38379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -38519,7 +38519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -38601,7 +38601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -38795,7 +38795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -38995,7 +38995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -39082,7 +39082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -39252,7 +39252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -39422,7 +39422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -39510,7 +39510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -39656,7 +39656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -39796,7 +39796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.EndpointCertificate.Model", "Name": "Microsoft.Azure.Commands.Sql.EndpointCertificate.Model.AzureSqlInstanceEndpointCertificateModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.EndpointCertificate.Model.AzureSqlInstanceEndpointCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.EndpointCertificate.Model.AzureSqlInstanceEndpointCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "InstanceName": "System.String", @@ -39876,7 +39876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -40059,7 +40059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -40286,7 +40286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -40381,7 +40381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -40497,7 +40497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -40754,7 +40754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributedAvailabilityGroupId": "System.Nullable`1[System.Guid]", "SourceReplicaId": "System.Nullable`1[System.Guid]", @@ -40843,7 +40843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -41026,7 +41026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -41253,7 +41253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationParameters": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", "OperationSteps": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", @@ -41613,7 +41613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -41919,7 +41919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Usages.Models", "Name": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentValue": "System.Nullable`1[System.Int32]", "Limit": "System.Nullable`1[System.Int32]", @@ -41970,7 +41970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -42061,7 +42061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -42332,7 +42332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "InstanceName": "System.String", @@ -42413,7 +42413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -42596,7 +42596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -42823,7 +42823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", @@ -42929,7 +42929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -43030,7 +43030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -43260,7 +43260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -43343,7 +43343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -43472,7 +43472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -43589,7 +43589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -43792,7 +43792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -43953,7 +43953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "ServerName": "System.String", @@ -44000,7 +44000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -44081,7 +44081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -44291,7 +44291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -44338,7 +44338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -44410,7 +44410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -44573,7 +44573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedThreatProtectionSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionState": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", "ResourceGroupName": "System.String", @@ -44732,7 +44732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -44962,7 +44962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -45038,7 +45038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -45177,7 +45177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -45310,7 +45310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -45496,7 +45496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -45702,7 +45702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", "OperationId": "System.Guid", @@ -45924,7 +45924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -46114,7 +46114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -46305,7 +46305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -46492,7 +46492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerDevOpsAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerDevOpsAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerDevOpsAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", "EventHubTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -46564,7 +46564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -46703,7 +46703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -46836,7 +46836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model", "Name": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -47025,7 +47025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -47277,7 +47277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "IsDefault": "System.Boolean", @@ -47570,7 +47570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", @@ -47732,7 +47732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupMember": "System.Collections.Generic.IList`1[System.String]", "TrustScope": "System.Collections.Generic.IList`1[System.String]", @@ -48135,7 +48135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]", "ElasticPools": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]" @@ -48317,7 +48317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -48503,7 +48503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -48586,7 +48586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -48701,7 +48701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -48804,7 +48804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -49017,7 +49017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SeverName": "System.String", "DatabaseId": "System.String", @@ -49218,7 +49218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -49463,7 +49463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "LogLevel": "System.String", @@ -49770,7 +49770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -50046,7 +50046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", "LastUpdateTime": "System.Nullable`1[System.DateTime]" @@ -50285,7 +50285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -51290,7 +51290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -51471,7 +51471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -51762,7 +51762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -52164,7 +52164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -52589,7 +52589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -52890,7 +52890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -53818,7 +53818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -54292,7 +54292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "NetworkIsolationSettings": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings", @@ -54367,7 +54367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -54412,7 +54412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -54513,7 +54513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -54588,7 +54588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -54701,7 +54701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -54832,7 +54832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -54852,7 +54852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -54971,7 +54971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -55003,7 +55003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -55071,7 +55071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "NetworkIsolationSettings": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings", @@ -55137,7 +55137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -55173,7 +55173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -55218,7 +55218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -55304,7 +55304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -55364,7 +55364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -55439,7 +55439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -55552,7 +55552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -55942,7 +55942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -56154,7 +56154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -56292,7 +56292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -56511,7 +56511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -56795,7 +56795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -57085,7 +57085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -57268,7 +57268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -57334,7 +57334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -57967,7 +57967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -58074,7 +58074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -58214,7 +58214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -58842,7 +58842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -58906,7 +58906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -59143,7 +59143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -59384,7 +59384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -59445,7 +59445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -59650,7 +59650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -59859,7 +59859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -59919,7 +59919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -60100,7 +60100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -60279,7 +60279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -61243,7 +61243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -61321,7 +61321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -61710,7 +61710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -64111,7 +64111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -64250,7 +64250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -64566,7 +64566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -64833,7 +64833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributedAvailabilityGroupId": "System.Nullable`1[System.Guid]", "SourceReplicaId": "System.Nullable`1[System.Guid]", @@ -64958,7 +64958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -65267,7 +65267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -65414,7 +65414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -65792,7 +65792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "InstanceName": "System.String", @@ -65882,7 +65882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -66077,7 +66077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -66194,7 +66194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -66815,7 +66815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -67049,7 +67049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -67351,7 +67351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -67565,7 +67565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -67950,7 +67950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model", "Name": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -68139,7 +68139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupMember": "System.Collections.Generic.IList`1[System.String]", "TrustScope": "System.Collections.Generic.IList`1[System.String]", @@ -68216,7 +68216,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel" ] @@ -68372,7 +68372,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel" ] @@ -68606,7 +68606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -68864,7 +68864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -69331,7 +69331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SyncAgentKey": "System.String" }, @@ -69512,7 +69512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -69957,7 +69957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -71088,7 +71088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -71409,7 +71409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -71559,7 +71559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -71682,7 +71682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -71994,7 +71994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -72240,7 +72240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -72344,7 +72344,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel" ] @@ -72430,7 +72430,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel" ] @@ -72516,7 +72516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72601,7 +72601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72876,7 +72876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73036,7 +73036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -73118,7 +73118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -73347,7 +73347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -73580,7 +73580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -73816,7 +73816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -74085,7 +74085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -74127,7 +74127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -74246,7 +74246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -74479,7 +74479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -74707,7 +74707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -74773,7 +74773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -74980,7 +74980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -75170,7 +75170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -75234,7 +75234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -75415,7 +75415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -75603,7 +75603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -75664,7 +75664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -75842,7 +75842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -75982,7 +75982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -76051,7 +76051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -76261,7 +76261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -76409,7 +76409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -76475,7 +76475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -77008,7 +77008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -77093,7 +77093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -77193,7 +77193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -77619,7 +77619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -77679,7 +77679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -77880,7 +77880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -78064,7 +78064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -78297,7 +78297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -78396,7 +78396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -78588,7 +78588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -78841,7 +78841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -78907,7 +78907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -79063,7 +79063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -79346,7 +79346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -79464,7 +79464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -79640,7 +79640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -79841,7 +79841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -79922,7 +79922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -80126,7 +80126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -80326,7 +80326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -80368,7 +80368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -80474,7 +80474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -80707,7 +80707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -80922,7 +80922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -81008,7 +81008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -81118,7 +81118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -81390,7 +81390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributedAvailabilityGroupId": "System.Nullable`1[System.Guid]", "SourceReplicaId": "System.Nullable`1[System.Guid]", @@ -81479,7 +81479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -81521,7 +81521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributedAvailabilityGroupId": "System.Nullable`1[System.Guid]", "SourceReplicaId": "System.Nullable`1[System.Guid]", @@ -81733,7 +81733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -81845,7 +81845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributedAvailabilityGroupId": "System.Nullable`1[System.Guid]", "SourceReplicaId": "System.Nullable`1[System.Guid]", @@ -82091,7 +82091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -82147,7 +82147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -82226,7 +82226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -82434,7 +82434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "InstanceName": "System.String", @@ -82515,7 +82515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -82557,7 +82557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "InstanceName": "System.String", @@ -82755,7 +82755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -82864,7 +82864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "InstanceName": "System.String", @@ -83093,7 +83093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -83296,7 +83296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -83512,7 +83512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -83651,7 +83651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -83784,7 +83784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -83994,7 +83994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -84224,7 +84224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -84302,7 +84302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -84479,7 +84479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -84705,7 +84705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -84920,7 +84920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -85162,7 +85162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -85301,7 +85301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -85434,7 +85434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model", "Name": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -85647,7 +85647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupMember": "System.Collections.Generic.IList`1[System.String]", "TrustScope": "System.Collections.Generic.IList`1[System.String]", @@ -85881,7 +85881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -86091,7 +86091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -86352,7 +86352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -86645,7 +86645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -86969,7 +86969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -87043,7 +87043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -87186,7 +87186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -87369,7 +87369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -89881,7 +89881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -90054,7 +90054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -90074,7 +90074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -90353,7 +90353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -90770,7 +90770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -91441,7 +91441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -92044,7 +92044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -92319,7 +92319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -92482,7 +92482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -92898,7 +92898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -93207,7 +93207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -93695,7 +93695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -93779,7 +93779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -93856,7 +93856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -93967,7 +93967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -94132,7 +94132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -94206,7 +94206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -94498,7 +94498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -94745,7 +94745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -94799,7 +94799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -95053,7 +95053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -95713,7 +95713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionDays": "System.Nullable`1[System.Int32]", "DiffBackupIntervalInHours": "System.Nullable`1[System.Int32]", @@ -95801,7 +95801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -95975,7 +95975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -96279,7 +96279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -96544,7 +96544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -97018,7 +97018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -97122,7 +97122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -97142,7 +97142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -97216,7 +97216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -97248,7 +97248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -97316,7 +97316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -97365,7 +97365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -97427,7 +97427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -97525,7 +97525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -97610,7 +97610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -97930,7 +97930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -98124,7 +98124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -98230,7 +98230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -98316,7 +98316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -98429,7 +98429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -98870,7 +98870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -98912,7 +98912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -99242,7 +99242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -99402,7 +99402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -99552,7 +99552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -99600,7 +99600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -99662,7 +99662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -99760,7 +99760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -99842,7 +99842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -100042,7 +100042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -100192,7 +100192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -100258,7 +100258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -100947,7 +100947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -101074,7 +101074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -101216,7 +101216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -101864,7 +101864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -101928,7 +101928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -102115,7 +102115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -102294,7 +102294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -102355,7 +102355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -102557,7 +102557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -102727,7 +102727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -102796,7 +102796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -102880,7 +102880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -103167,7 +103167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -104049,7 +104049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -104082,7 +104082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -104365,7 +104365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -104597,7 +104597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -104889,7 +104889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -105836,7 +105836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -106806,7 +106806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -106890,7 +106890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -106967,7 +106967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -107065,7 +107065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -107171,7 +107171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -107257,7 +107257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -107370,7 +107370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -107448,7 +107448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -107787,7 +107787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -109518,7 +109518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -109584,7 +109584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -109740,7 +109740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -110023,7 +110023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -110153,7 +110153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -110191,7 +110191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -110410,7 +110410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -110589,7 +110589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -110780,7 +110780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -111437,7 +111437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -111512,7 +111512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -111616,7 +111616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -111939,7 +111939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -111981,7 +111981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -112298,7 +112298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -112445,7 +112445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -112595,7 +112595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -112677,7 +112677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -112877,7 +112877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -113089,7 +113089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -113145,7 +113145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -113254,7 +113254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -113654,7 +113654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", @@ -113757,7 +113757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -113799,7 +113799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -113897,7 +113897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -113930,7 +113930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -114042,7 +114042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -114154,7 +114154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -114352,7 +114352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -114871,7 +114871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -115080,7 +115080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -115159,7 +115159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -115227,7 +115227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -115323,7 +115323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -115469,7 +115469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -115532,7 +115532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -115808,7 +115808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -116054,7 +116054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -116088,7 +116088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -116341,7 +116341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -116710,7 +116710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -117002,7 +117002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -117356,7 +117356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -117805,7 +117805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", @@ -118024,7 +118024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -118125,7 +118125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -118202,7 +118202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -118300,7 +118300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", @@ -118350,7 +118350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -118442,7 +118442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -118588,7 +118588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -118846,7 +118846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -119070,7 +119070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -119157,7 +119157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -119364,7 +119364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -119531,7 +119531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -119600,7 +119600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -119825,7 +119825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -120045,7 +120045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -120244,7 +120244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -120673,7 +120673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -120878,7 +120878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -120965,7 +120965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -121159,7 +121159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -121359,7 +121359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -121628,7 +121628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -121877,7 +121877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -122101,7 +122101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -122170,7 +122170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -122374,7 +122374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -122522,7 +122522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -122776,7 +122776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -122915,7 +122915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -123152,7 +123152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -123261,7 +123261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationParameters": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", "OperationSteps": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", @@ -123365,7 +123365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationParameters": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", "OperationSteps": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", @@ -123587,7 +123587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationParameters": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", "OperationSteps": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", @@ -123721,7 +123721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -123990,7 +123990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -124265,7 +124265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -124535,7 +124535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -124620,7 +124620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -124856,7 +124856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -124986,7 +124986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.DatabaseAdvancedThreatProtectionSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.DatabaseAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.DatabaseAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionState": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", "DatabaseName": "System.String", @@ -125224,7 +125224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -125347,7 +125347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -125646,7 +125646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -125773,7 +125773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -125861,7 +125861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -125905,7 +125905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -125998,7 +125998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -126090,7 +126090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -126143,7 +126143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -126295,7 +126295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -126432,7 +126432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -126531,7 +126531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedThreatProtectionSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionState": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", "ResourceGroupName": "System.String", @@ -126744,7 +126744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedDatabaseAdvancedThreatProtectionSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedDatabaseAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedDatabaseAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionState": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", "ManagedDatabaseName": "System.String", @@ -126982,7 +126982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -127070,7 +127070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -127114,7 +127114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -127207,7 +127207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -127299,7 +127299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -127352,7 +127352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -127504,7 +127504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -127641,7 +127641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -127740,7 +127740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributedAvailabilityGroupId": "System.Nullable`1[System.Guid]", "SourceReplicaId": "System.Nullable`1[System.Guid]", @@ -127847,7 +127847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -127889,7 +127889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributedAvailabilityGroupId": "System.Nullable`1[System.Guid]", "SourceReplicaId": "System.Nullable`1[System.Guid]", @@ -128068,7 +128068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", @@ -128162,7 +128162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributedAvailabilityGroupId": "System.Nullable`1[System.Guid]", "SourceReplicaId": "System.Nullable`1[System.Guid]", @@ -128327,7 +128327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -128410,7 +128410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -128454,7 +128454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -128568,7 +128568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -128690,7 +128690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -128767,7 +128767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -128790,7 +128790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -128867,7 +128867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -128951,7 +128951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedThreatProtectionSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedThreatProtectionSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionState": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", "ResourceGroupName": "System.String", @@ -129164,7 +129164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -129252,7 +129252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -129296,7 +129296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -129410,7 +129410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -129532,7 +129532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -129609,7 +129609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -129632,7 +129632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -129709,7 +129709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -129793,7 +129793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -130134,7 +130134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -130488,7 +130488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -130808,7 +130808,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverPolicy": "System.String" }, @@ -130850,7 +130850,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodMinutes": "System.Nullable`1[System.Int32]", "FailoverPolicy": "System.String" @@ -130905,7 +130905,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer" ] @@ -130913,7 +130913,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -130960,7 +130960,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -131077,7 +131077,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale" ] @@ -131085,7 +131085,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -131339,7 +131339,7 @@ "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model", "Name": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubscriptionId": "System.Nullable`1[System.Guid]", "Credential": "System.String", @@ -131383,7 +131383,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Sql.Models.JobScheduleType, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Sql.Models.JobScheduleType, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.Models.JobScheduleType" ] @@ -131391,7 +131391,7 @@ "Microsoft.Azure.Management.Sql.Models.JobScheduleType": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.JobScheduleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.JobScheduleType, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.JobScheduleType, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -131478,7 +131478,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType" ] @@ -131486,7 +131486,7 @@ "Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -131573,7 +131573,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel" ] @@ -131581,7 +131581,7 @@ "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -131630,7 +131630,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -131717,7 +131717,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -131792,7 +131792,7 @@ "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal": { "Namespace": "Microsoft.Azure.Commands.Sql.Common", "Name": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String", @@ -131924,7 +131924,7 @@ "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", "Sid": "System.Nullable`1[System.Guid]", @@ -131995,7 +131995,7 @@ "Microsoft.Azure.Management.Sql.Models.ResourceIdentity": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Sql.Models.UserIdentity]", "PrincipalId": "System.Nullable`1[System.Guid]", @@ -132056,7 +132056,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Sql.Models.UserIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Sql.Models.UserIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Sql.Models.UserIdentity, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], 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.Sql.Models.UserIdentity, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.Sql.Models.UserIdentity" @@ -132065,7 +132065,7 @@ "Microsoft.Azure.Management.Sql.Models.UserIdentity": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.UserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.UserIdentity, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.UserIdentity, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.Nullable`1[System.Guid]", "ClientId": "System.Nullable`1[System.Guid]" @@ -132121,7 +132121,7 @@ "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -132208,7 +132208,7 @@ "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", "Sid": "System.Nullable`1[System.Guid]", @@ -132279,7 +132279,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel" ] @@ -132287,7 +132287,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Collections.Generic.IList`1[System.String]" }, @@ -132324,7 +132324,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -132417,7 +132417,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -132504,7 +132504,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel" ] @@ -132512,7 +132512,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String" @@ -132550,7 +132550,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel" ] @@ -132558,7 +132558,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rank": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", "SchemaName": "System.String", @@ -132602,7 +132602,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank" ] @@ -132610,7 +132610,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -132697,7 +132697,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel" ] @@ -132705,7 +132705,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedEditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", "Status": "System.String", @@ -132744,7 +132744,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel" ] @@ -132752,7 +132752,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedServiceObjectives": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", "Status": "System.String", @@ -132791,7 +132791,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel" ] @@ -132799,7 +132799,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedMaxSizes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", "Id": "System.Nullable`1[System.Guid]", @@ -132839,7 +132839,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel" ] @@ -132847,7 +132847,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", "MaxValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", @@ -132888,7 +132888,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Limit": "System.Nullable`1[System.Int32]", "Unit": "System.String", @@ -132927,7 +132927,7 @@ "Microsoft.Azure.Management.Sql.Models.LogSizeCapability": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.LogSizeCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.LogSizeCapability, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.LogSizeCapability, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Limit": "System.Nullable`1[System.Int32]", "Unit": "System.String" @@ -132978,7 +132978,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.CapabilityStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.CapabilityStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Sql.Models.CapabilityStatus, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Sql.Models.CapabilityStatus, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.Models.CapabilityStatus" ] @@ -132986,7 +132986,7 @@ "Microsoft.Azure.Management.Sql.Models.CapabilityStatus": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.CapabilityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.CapabilityStatus, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.CapabilityStatus, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -133073,7 +133073,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -133111,7 +133111,7 @@ "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.AdvancedThreatProtectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -133198,7 +133198,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction" ] @@ -133206,7 +133206,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -133248,7 +133248,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -133307,7 +133307,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorCode": "System.String", "IsRetryable": "System.String" @@ -133345,7 +133345,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Method": "System.String", "Script": "System.String" @@ -133383,7 +133383,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastModified": "System.DateTime", "CurrentValue": "System.String", @@ -133436,7 +133436,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo" ] @@ -133444,7 +133444,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AbsoluteValue": "System.Nullable`1[System.Double]", "ChangeValueAbsolute": "System.Nullable`1[System.Double]", @@ -133485,7 +133485,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo" ] @@ -133493,7 +133493,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "Value": "System.Nullable`1[System.Double]", @@ -133534,13 +133534,13 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups" }, "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -133627,7 +133627,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -133714,7 +133714,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -133809,7 +133809,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -133896,7 +133896,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -133983,7 +133983,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceLevelObjectiveUsageMetrics": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]", "Confidence": "System.Double", @@ -134038,7 +134038,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric" ] @@ -134046,7 +134046,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "InRangeTimeRatio": "System.Double", @@ -134090,7 +134090,7 @@ "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -134177,13 +134177,13 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[]": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus" }, "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkServiceId": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -134222,7 +134222,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact" ] @@ -134230,7 +134230,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeValueAbsolute": "System.Nullable`1[System.Double]", "ChangeValueRelative": "System.Nullable`1[System.Double]", @@ -134270,7 +134270,7 @@ "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model", "Name": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -134357,7 +134357,7 @@ "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -134444,7 +134444,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -134539,7 +134539,7 @@ "Microsoft.Azure.Management.Sql.Models.Sku": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.Sku, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.Sku, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -134609,7 +134609,7 @@ "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentParameters": "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters", "RequestedParameters": "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters" @@ -134660,7 +134660,7 @@ "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", @@ -134721,7 +134721,7 @@ "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StepsList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep]", "CurrentStep": "System.Nullable`1[System.Int32]", @@ -134777,7 +134777,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep" ] @@ -134785,7 +134785,7 @@ "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Order": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -134841,7 +134841,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -134928,7 +134928,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", @@ -135023,7 +135023,7 @@ "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -135061,7 +135061,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties" ] @@ -135069,7 +135069,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "TargetEdition": "System.String", @@ -135108,7 +135108,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties" ] @@ -135116,7 +135116,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabaseCollection": "System.Collections.Generic.IList`1[System.String]", "DatabaseDtuMax": "System.Int32", @@ -135160,7 +135160,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", "MasterSyncMemberName": "System.String" @@ -135211,7 +135211,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel" ] @@ -135219,7 +135219,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", "QuotedName": "System.String" @@ -135270,7 +135270,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel" ] @@ -135278,7 +135278,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuotedName": "System.String", "DataSize": "System.String", @@ -135330,7 +135330,7 @@ "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuotedName": "System.String", "DataSize": "System.String", @@ -135386,7 +135386,7 @@ "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn]", "QuotedName": "System.String" @@ -135437,7 +135437,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn" ] @@ -135445,7 +135445,7 @@ "Microsoft.Azure.Management.Sql.Models.SyncGroupSchema": { "Namespace": "Microsoft.Azure.Management.Sql.Models", "Name": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchema, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchema, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable]", "MasterSyncMemberName": "System.String" @@ -135496,7 +135496,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable, Microsoft.Azure.PowerShell.Sql.Sdk, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable" ] @@ -135504,7 +135504,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel" ] @@ -135512,7 +135512,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasError": "System.Boolean", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", @@ -135562,7 +135562,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel" ] @@ -135570,7 +135570,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasError": "System.Boolean", "IsPrimaryKey": "System.Boolean", @@ -135622,7 +135622,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -135709,7 +135709,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SqlServerResourceId": "System.String", "StorageAccountResourceId": "System.String" @@ -135747,7 +135747,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -135839,7 +135839,7 @@ "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePrincipal": "Microsoft.Azure.Commands.Sql.Common.ServicePrincipal", "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Storage.json b/tools/Tools.Common/SerializedCmdlets/Az.Storage.json index 2de6d5f47df7..664320437398 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Storage.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Storage.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Storage", - "ModuleVersion": "4.10.0", + "ModuleVersion": "5.0.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -103,7 +103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -159,7 +159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -373,7 +373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -497,7 +497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -670,7 +670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -817,7 +817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -907,7 +907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1008,7 +1008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1094,7 +1094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1195,7 +1195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1296,7 +1296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1347,7 +1347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1405,7 +1405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -1439,7 +1439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -1473,7 +1473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -1532,7 +1532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" }, "ValidateNotNullOrEmpty": false @@ -1542,7 +1542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": false @@ -1552,7 +1552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" }, "ValidateNotNullOrEmpty": false @@ -1719,7 +1719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" }, "ValidateNotNullOrEmpty": false @@ -1815,7 +1815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": false @@ -1911,7 +1911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" }, "ValidateNotNullOrEmpty": false @@ -2428,7 +2428,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -2796,7 +2796,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -3197,7 +3197,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -3843,7 +3843,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -5172,7 +5172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "AllowPermanentDelete": "System.Nullable`1[System.Boolean]", @@ -5254,7 +5254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5434,7 +5434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5691,7 +5691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5862,7 +5862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -6023,7 +6023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MinRestoreTime": "System.Nullable`1[System.DateTime]", @@ -6105,7 +6105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -6285,7 +6285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -6507,7 +6507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "AllowPermanentDelete": "System.Nullable`1[System.Boolean]", @@ -6589,7 +6589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -6769,7 +6769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -6991,7 +6991,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -7182,7 +7182,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -7371,7 +7371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeFeed": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", @@ -7473,7 +7473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -7707,7 +7707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8028,7 +8028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MinRestoreTime": "System.Nullable`1[System.DateTime]", @@ -8110,7 +8110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8281,7 +8281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8442,7 +8442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MinRestoreTime": "System.Nullable`1[System.DateTime]", @@ -8524,7 +8524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8734,7 +8734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9010,7 +9010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeFeed": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", @@ -9112,7 +9112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9322,7 +9322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9598,7 +9598,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -9819,7 +9819,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -10056,7 +10056,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -10480,7 +10480,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedItem": "Azure.Storage.Files.DataLake.Models.PathDeletedItem", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", @@ -10777,7 +10777,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -11039,7 +11039,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -11163,7 +11163,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -11452,7 +11452,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -11765,7 +11765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -11900,7 +11900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -12126,7 +12126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -12355,7 +12355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -12446,7 +12446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -12502,7 +12502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -12694,7 +12694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -12805,7 +12805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -12952,7 +12952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -13082,7 +13082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13435,7 +13435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13580,7 +13580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13802,7 +13802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14290,7 +14290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.KeyPermission]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -14503,7 +14503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -14601,7 +14601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14793,7 +14793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14924,7 +14924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResult, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResult, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reason": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Reason]", "NameAvailable": "System.Nullable`1[System.Boolean]", @@ -15084,7 +15084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -15393,7 +15393,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -16944,7 +16944,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -17471,7 +17471,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -19865,7 +19865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -19980,7 +19980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -20172,7 +20172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -20303,7 +20303,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryOutput", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryOutput, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryOutput, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobQueryError": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[]", "FailureCount": "System.Int32", @@ -20451,7 +20451,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -20464,7 +20464,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -20645,7 +20645,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -20664,7 +20664,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -20945,7 +20945,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -20964,7 +20964,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -21239,7 +21239,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -21258,7 +21258,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -21470,7 +21470,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -21489,7 +21489,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -21678,7 +21678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeFeed": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", @@ -21780,7 +21780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -21936,7 +21936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22904,7 +22904,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "AccessPolicy": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy", @@ -24033,7 +24033,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -24112,7 +24112,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24210,7 +24210,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24350,7 +24350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", @@ -24452,7 +24452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -24628,7 +24628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -24795,7 +24795,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListFileProperties": "Azure.Storage.Files.Shares.Models.ShareFileItem", "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", @@ -25771,7 +25771,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListFileProperties": "Azure.Storage.Files.Shares.Models.ShareFileItem", "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", @@ -27332,7 +27332,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.PSCopyState", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.PSCopyState, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.PSCopyState, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.WindowsAzure.Commands.Storage.Common.PSCopyStatus", "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", @@ -28004,7 +28004,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -29335,7 +29335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "ShareDeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -29422,7 +29422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -29578,7 +29578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -29755,7 +29755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionScopes": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", @@ -29853,7 +29853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30029,7 +30029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30196,7 +30196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUserKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUserKeys, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUserKeys, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", "SharedKey": "System.String" @@ -30272,7 +30272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30340,7 +30340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionScopes": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", @@ -30471,7 +30471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30582,7 +30582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionScopes": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", @@ -30680,7 +30680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -30794,7 +30794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30964,7 +30964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31125,7 +31125,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueueProperties": "Azure.Storage.Queues.Models.QueueProperties", "QueueClient": "Azure.Storage.Queues.QueueClient", @@ -31746,7 +31746,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31800,7 +31800,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31934,7 +31934,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31943,7 +31943,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31997,7 +31997,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32012,7 +32012,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32090,7 +32090,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", @@ -32185,7 +32185,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32239,7 +32239,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32317,7 +32317,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListShareProperties": "Azure.Storage.Files.Shares.Models.ShareItem", "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", @@ -33482,7 +33482,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TableClient": "Azure.Data.Tables.TableClient", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", @@ -34061,7 +34061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Unit": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]", "CurrentValue": "System.Nullable`1[System.Int32]", @@ -34198,7 +34198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -34346,7 +34346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -34405,7 +34405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -34593,7 +34593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -34704,7 +34704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -34845,7 +34845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -34976,7 +34976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -35171,7 +35171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -35362,7 +35362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -35493,7 +35493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -35720,7 +35720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -35949,7 +35949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -36040,7 +36040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -36096,7 +36096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -36147,7 +36147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -36334,7 +36334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -36460,7 +36460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -36569,7 +36569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -36693,7 +36693,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -36817,7 +36817,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -37048,7 +37048,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -37291,7 +37291,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -38202,7 +38202,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -38523,7 +38523,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -38874,7 +38874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -39009,7 +39009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -39096,7 +39096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39215,7 +39215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39393,7 +39393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39489,7 +39489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -39570,7 +39570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39666,7 +39666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -39777,7 +39777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39892,7 +39892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39995,7 +39995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -40125,7 +40125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -40483,7 +40483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -40868,7 +40868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -41172,7 +41172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -41858,7 +41858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -42621,7 +42621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -43414,7 +43414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -44297,7 +44297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -44755,7 +44755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.KeyPermission]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -44980,7 +44980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Op": "System.String", @@ -45189,7 +45189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobIndexMatch": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[]", "BlobTypes": "System.String[]", @@ -45293,7 +45293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter" }, "ValidateNotNullOrEmpty": true @@ -45365,7 +45365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter" }, "ValidateNotNullOrEmpty": true @@ -45419,7 +45419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -45517,7 +45517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -45531,7 +45531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobIndexMatch": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[]", "BlobTypes": "System.String[]", @@ -45601,7 +45601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -45621,7 +45621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobIndexMatch": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[]", "BlobTypes": "System.String[]", @@ -46010,7 +46010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition", "Enabled": "System.Boolean", @@ -46755,7 +46755,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -47071,7 +47071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartRange": "System.String", "EndRange": "System.String" @@ -48492,7 +48492,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "AccessPolicy": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy", @@ -50207,7 +50207,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage", "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", @@ -51354,7 +51354,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShareDirectoryProperties": "Azure.Storage.Files.Shares.Models.ShareDirectoryProperties", "ListFileProperties": "Azure.Storage.Files.Shares.Models.ShareFileItem", @@ -52260,7 +52260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", @@ -52362,7 +52362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -52731,7 +52731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -52872,7 +52872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -54092,7 +54092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.String", "Service": "System.String", @@ -54308,7 +54308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUserKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUserKeys, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUserKeys, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", "SharedKey": "System.String" @@ -54384,7 +54384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -54452,7 +54452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionScopes": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", @@ -54583,7 +54583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -54694,7 +54694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionScopes": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", @@ -54792,7 +54792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Key": "System.String" @@ -54983,7 +54983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter", "RuleId": "System.String", @@ -55250,7 +55250,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueueProperties": "Azure.Storage.Queues.Models.QueueProperties", "QueueClient": "Azure.Storage.Queues.QueueClient", @@ -56366,7 +56366,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListShareProperties": "Azure.Storage.Files.Shares.Models.ShareItem", "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", @@ -57981,7 +57981,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TableClient": "Azure.Data.Tables.TableClient", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", @@ -59375,7 +59375,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -59466,7 +59466,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -59602,7 +59602,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -59772,7 +59772,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -60003,7 +60003,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -60293,7 +60293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -60352,7 +60352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -60564,7 +60564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -60690,7 +60690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -60861,7 +60861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -60952,7 +60952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -61008,7 +61008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -61059,7 +61059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -61222,7 +61222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -61333,7 +61333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -61427,7 +61427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -61521,7 +61521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -61608,7 +61608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -61664,7 +61664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -61854,7 +61854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -61963,7 +61963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -62153,7 +62153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -62221,7 +62221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -62605,7 +62605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -62767,7 +62767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -63007,7 +63007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -63408,7 +63408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -63476,7 +63476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -63608,7 +63608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -63780,7 +63780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -63903,7 +63903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -63937,7 +63937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -63971,7 +63971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -64030,7 +64030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" }, "ValidateNotNullOrEmpty": false @@ -64040,7 +64040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": false @@ -64050,7 +64050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" }, "ValidateNotNullOrEmpty": false @@ -64217,7 +64217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" }, "ValidateNotNullOrEmpty": false @@ -64313,7 +64313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": false @@ -64409,7 +64409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" }, "ValidateNotNullOrEmpty": false @@ -65969,7 +65969,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -66796,7 +66796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -66864,7 +66864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -66999,7 +66999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -67171,7 +67171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -67927,7 +67927,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -68025,7 +68025,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -68165,7 +68165,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShareDirectoryProperties": "Azure.Storage.Files.Shares.Models.ShareDirectoryProperties", "ListFileProperties": "Azure.Storage.Files.Shares.Models.ShareFileItem", @@ -69125,7 +69125,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListFileProperties": "Azure.Storage.Files.Shares.Models.ShareFileItem", "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", @@ -70315,7 +70315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -70383,7 +70383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionScopes": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", @@ -70538,7 +70538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -70664,7 +70664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionScopes": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", @@ -70826,7 +70826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -70891,7 +70891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -71041,7 +71041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -71164,7 +71164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -71692,7 +71692,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListShareProperties": "Azure.Storage.Files.Shares.Models.ShareItem", "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", @@ -73474,7 +73474,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -73607,7 +73607,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedItem": "Azure.Storage.Files.DataLake.Models.PathDeletedItem", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", @@ -73797,7 +73797,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2DeletedItem, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletedItem": "Azure.Storage.Files.DataLake.Models.PathDeletedItem", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", @@ -73972,7 +73972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -74102,7 +74102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -74161,7 +74161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -74338,7 +74338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -74468,7 +74468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -74574,7 +74574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters", "Status": "System.String", @@ -74661,7 +74661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -74726,7 +74726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange" }, "ValidateNotNullOrEmpty": false @@ -74828,7 +74828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange" }, "ValidateNotNullOrEmpty": false @@ -74935,7 +74935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange" }, "ValidateNotNullOrEmpty": false @@ -75012,7 +75012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -75089,7 +75089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange" }, "ValidateNotNullOrEmpty": false @@ -75181,7 +75181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange" }, "ValidateNotNullOrEmpty": false @@ -75488,7 +75488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -75674,7 +75674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -76140,7 +76140,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -76231,7 +76231,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -76367,7 +76367,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -76506,7 +76506,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ParseAccessControls", @@ -76636,7 +76636,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -76712,7 +76712,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -76764,7 +76764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -76855,7 +76855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -76911,7 +76911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -76950,7 +76950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -77345,7 +77345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -77522,7 +77522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -77666,7 +77666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -77805,7 +77805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -77932,7 +77932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -78039,7 +78039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -78166,7 +78166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -78471,7 +78471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -79027,7 +79027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -79639,7 +79639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -80296,7 +80296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -80923,7 +80923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -81640,7 +81640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -82000,7 +82000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -82089,7 +82089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -82154,7 +82154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -82167,7 +82167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -82244,7 +82244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -82327,7 +82327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -82382,7 +82382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -82444,7 +82444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -82491,7 +82491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -82556,7 +82556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -82626,7 +82626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -82691,7 +82691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -82784,7 +82784,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -84530,7 +84530,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -85463,7 +85463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -85552,7 +85552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -85617,7 +85617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -85636,7 +85636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -85716,7 +85716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -85811,7 +85811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -85869,7 +85869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -85931,7 +85931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -85993,7 +85993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -86055,7 +86055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -86128,7 +86128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -86205,7 +86205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -86301,7 +86301,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -88350,7 +88350,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "AccessPolicy": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy", @@ -89211,7 +89211,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -89290,7 +89290,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -89299,7 +89299,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule" }, "ValidateNotNullOrEmpty": false @@ -89407,7 +89407,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -89422,7 +89422,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule" }, "ValidateNotNullOrEmpty": false @@ -89578,7 +89578,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListFileProperties": "Azure.Storage.Files.Shares.Models.ShareFileItem", "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", @@ -90845,7 +90845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionScopes": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", "SshAuthorizedKeys": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", @@ -90943,7 +90943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -91020,7 +91020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey" }, "ValidateNotNullOrEmpty": true @@ -91030,7 +91030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope" }, "ValidateNotNullOrEmpty": true @@ -91159,7 +91159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey" }, "ValidateNotNullOrEmpty": true @@ -91175,7 +91175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope" }, "ValidateNotNullOrEmpty": true @@ -91267,7 +91267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -91362,7 +91362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey" }, "ValidateNotNullOrEmpty": true @@ -91378,7 +91378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope" }, "ValidateNotNullOrEmpty": true @@ -91503,7 +91503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey" }, "ValidateNotNullOrEmpty": true @@ -91519,7 +91519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope" }, "ValidateNotNullOrEmpty": true @@ -91618,7 +91618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -91732,7 +91732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -91788,7 +91788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -91836,7 +91836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -91950,7 +91950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -92030,7 +92030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -92088,7 +92088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -92195,7 +92195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -92645,7 +92645,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -92744,7 +92744,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -92947,7 +92947,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -92956,7 +92956,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -93057,7 +93057,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -93072,7 +93072,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -93221,7 +93221,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListShareProperties": "Azure.Storage.Files.Shares.Models.ShareItem", "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", @@ -94930,7 +94930,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -99073,7 +99073,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -100845,7 +100845,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ListFileProperties": "Azure.Storage.Files.Shares.Models.ShareFileItem", "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", @@ -103364,7 +103364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -103583,7 +103583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -103804,7 +103804,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "ListBlobProperties": "Azure.Storage.Blobs.Models.BlobItem", @@ -105635,7 +105635,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -105726,7 +105726,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -105862,7 +105862,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -106001,7 +106001,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -106125,7 +106125,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -106198,7 +106198,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -106358,7 +106358,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -106430,7 +106430,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -106539,7 +106539,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -106686,7 +106686,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "ValidateNotNullOrEmpty": true @@ -106765,7 +106765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -106913,7 +106913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -106972,7 +106972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -107008,7 +107008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -107118,7 +107118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -107218,7 +107218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -107280,7 +107280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -107364,7 +107364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "ImmutableStorageWithVersioning": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", @@ -107406,7 +107406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -107487,7 +107487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -107575,7 +107575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -107718,7 +107718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -107786,7 +107786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -108069,7 +108069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -108359,7 +108359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -108613,7 +108613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -108824,7 +108824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -108833,7 +108833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -108842,7 +108842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" }, "ValidateNotNullOrEmpty": false @@ -108852,7 +108852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": false @@ -108862,7 +108862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" }, "ValidateNotNullOrEmpty": false @@ -108941,7 +108941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -108956,7 +108956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -108971,7 +108971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" }, "ValidateNotNullOrEmpty": false @@ -108987,7 +108987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": false @@ -109003,7 +109003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" }, "ValidateNotNullOrEmpty": false @@ -109072,7 +109072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeFeed": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", @@ -109174,7 +109174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -109426,7 +109426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -109783,7 +109783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", @@ -109885,7 +109885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -109941,7 +109941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", @@ -110288,7 +110288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -110433,7 +110433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -110593,7 +110593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", @@ -110686,7 +110686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", @@ -110851,7 +110851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "ShareDeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -110938,7 +110938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -111314,7 +111314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -111884,7 +111884,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", @@ -111979,7 +111979,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -112051,7 +112051,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -112227,7 +112227,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectoryProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties", "DirectoryServiceOptions": "System.String", @@ -112272,7 +112272,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainName": "System.String", "NetBiosDomainName": "System.String", @@ -112322,7 +112322,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters", "Status": "System.String", @@ -112371,7 +112371,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobRanges": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", "TimeToRestore": "System.DateTime" @@ -112418,13 +112418,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartRange": "System.String", "EndRange": "System.String" @@ -112504,7 +112504,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange" ] @@ -112512,7 +112512,7 @@ "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartRange": "System.String", "EndRange": "System.String" @@ -112577,7 +112577,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSubDomain": "System.Nullable`1[System.Boolean]", "Name": "System.String" @@ -112625,7 +112625,7 @@ "Microsoft.Azure.Management.Storage.Models.CustomDomain": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.CustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CustomDomain, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CustomDomain, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSubDomainName": "System.Nullable`1[System.Boolean]", "Name": "System.String" @@ -112680,7 +112680,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -112727,7 +112727,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanFailover": "System.Nullable`1[System.Boolean]", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -112784,7 +112784,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageAccount": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSAccountImmutabilityPolicyProperties", "Enabled": "System.Nullable`1[System.Boolean]" @@ -112831,7 +112831,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSAccountImmutabilityPolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSAccountImmutabilityPolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAccountImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAccountImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", "State": "System.String" @@ -112886,7 +112886,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key1": "System.Nullable`1[System.DateTime]", "Key2": "System.Nullable`1[System.DateTime]" @@ -112933,7 +112933,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -113114,13 +113114,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113149,7 +113149,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113241,13 +113241,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113276,13 +113276,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113311,7 +113311,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum" ] @@ -113319,7 +113319,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113406,7 +113406,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum" ] @@ -113414,7 +113414,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113501,7 +113501,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.Action" ] @@ -113509,7 +113509,7 @@ "Microsoft.Azure.Management.Storage.Models.Action": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Action", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113596,7 +113596,7 @@ "Microsoft.Azure.Management.Storage.Models.DefaultAction": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DefaultAction, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DefaultAction, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113683,7 +113683,7 @@ "Microsoft.Azure.Management.Storage.Models.IPRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.IPRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", "IPAddressOrRange": "System.String" @@ -113738,7 +113738,7 @@ "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.String", "ResourceId": "System.String" @@ -113789,7 +113789,7 @@ "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", "VirtualNetworkResourceId": "System.String", @@ -113849,7 +113849,7 @@ "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultAction": "Microsoft.Azure.Management.Storage.Models.DefaultAction", "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]", @@ -113919,7 +113919,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.IPRule" ] @@ -113927,7 +113927,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" ] @@ -113935,7 +113935,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" ] @@ -113943,7 +113943,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishMicrosoftEndpoints": "System.Nullable`1[System.Boolean]", "PublishInternetEndpoints": "System.Nullable`1[System.Boolean]", @@ -113992,7 +113992,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSSku": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", @@ -114045,7 +114045,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.Restriction" ] @@ -114053,7 +114053,7 @@ "Microsoft.Azure.Management.Storage.Models.Restriction": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Restriction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.IList`1[System.String]", "Type": "System.String", @@ -114117,7 +114117,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.SKUCapability" ] @@ -114125,7 +114125,7 @@ "Microsoft.Azure.Management.Storage.Models.SKUCapability": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.SKUCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -114176,7 +114176,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.SkuTier" ] @@ -114184,7 +114184,7 @@ "Microsoft.Azure.Management.Storage.Models.SkuTier": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -114271,7 +114271,7 @@ "Microsoft.Azure.Management.Storage.Models.Sku": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Sku, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Sku, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", "Name": "System.String" @@ -114326,7 +114326,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccountSkuConversionStatus": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccountSkuConversionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccountSkuConversionStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccountSkuConversionStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuConversionStatus": "System.String", "TargetSkuName": "System.String", @@ -114372,7 +114372,7 @@ "Microsoft.Azure.Management.Storage.Models.Encryption": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Encryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Encryption, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Encryption, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionIdentity": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity", "Services": "Microsoft.Azure.Management.Storage.Models.EncryptionServices", @@ -114438,7 +114438,7 @@ "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionUserAssignedIdentity": "System.String", "EncryptionFederatedIdentityClientId": "System.String" @@ -114489,7 +114489,7 @@ "Microsoft.Azure.Management.Storage.Models.EncryptionServices": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionServices", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionServices, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionServices, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Blob": "Microsoft.Azure.Management.Storage.Models.EncryptionService", "File": "Microsoft.Azure.Management.Storage.Models.EncryptionService", @@ -114550,7 +114550,7 @@ "Microsoft.Azure.Management.Storage.Models.EncryptionService": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionService, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionService, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "LastEnabledTime": "System.Nullable`1[System.DateTime]", @@ -114606,7 +114606,7 @@ "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]", "CurrentVersionedKeyExpirationTimestamp": "System.Nullable`1[System.DateTime]", @@ -114677,7 +114677,7 @@ "Microsoft.Azure.Management.Storage.Models.Endpoints": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Endpoints, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Endpoints, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternetEndpoints": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints", "MicrosoftEndpoints": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints", @@ -114758,7 +114758,7 @@ "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Blob": "System.String", "File": "System.String", @@ -114819,7 +114819,7 @@ "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Blob": "System.String", "Queue": "System.String", @@ -114890,7 +114890,7 @@ "Microsoft.Azure.Management.Storage.Models.Identity": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Identity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Identity, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Identity, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity]", "PrincipalId": "System.String", @@ -114955,7 +114955,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.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.Storage.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], 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.Storage.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity" @@ -114964,7 +114964,7 @@ "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -115015,7 +115015,7 @@ "Microsoft.Azure.Management.Storage.Models.KeyPolicy": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyExpirationPeriodInDays": "System.Int32" }, @@ -115065,7 +115065,7 @@ "Microsoft.Azure.Management.Storage.Models.SasPolicy": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SasPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SasPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SasExpirationPeriod": "System.String", "ExpirationAction": "System.String" @@ -115125,7 +115125,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.AccessTier" ] @@ -115133,7 +115133,7 @@ "Microsoft.Azure.Management.Storage.Models.AccessTier": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.AccessTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -115220,7 +115220,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.AccountStatus" ] @@ -115228,7 +115228,7 @@ "Microsoft.Azure.Management.Storage.Models.AccountStatus": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.AccountStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -115315,7 +115315,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.ProvisioningState" ] @@ -115323,7 +115323,7 @@ "Microsoft.Azure.Management.Storage.Models.ProvisioningState": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -115410,7 +115410,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateHistory": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", @@ -115458,13 +115458,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", @@ -115514,7 +115514,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutableStorageWithVersioning, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "TimeStamp": "System.Nullable`1[System.DateTime]", @@ -115559,7 +115559,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectedAppendWritesHistory": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtectedAppendWritesHistory", "Tags": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", @@ -115604,7 +115604,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSProtectedAppendWritesHistory": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtectedAppendWritesHistory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtectedAppendWritesHistory, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtectedAppendWritesHistory, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWritesAll": "System.Nullable`1[System.Boolean]", "Timestamp": "System.Nullable`1[System.DateTime]" @@ -115648,13 +115648,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Timestamp": "System.Nullable`1[System.DateTime]", "Tag": "System.String", @@ -115701,7 +115701,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess" ] @@ -115709,7 +115709,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -115912,7 +115912,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", @@ -115965,7 +115965,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysAfterModificationGreaterThan": "System.Nullable`1[System.Int32]", "DaysAfterLastAccessTimeGreaterThan": "System.Nullable`1[System.Int32]", @@ -116078,7 +116078,7 @@ "Microsoft.Azure.Management.Storage.Models.DateAfterModification": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterModification, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterModification, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysAfterModificationGreaterThan": "System.Nullable`1[System.Double]", "DaysAfterLastAccessTimeGreaterThan": "System.Nullable`1[System.Double]", @@ -116151,7 +116151,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", @@ -116216,7 +116216,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", @@ -116268,7 +116268,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysAfterCreationGreaterThan": "System.Int32", "DaysAfterLastTierChangeGreaterThan": "System.Nullable`1[System.Int32]" @@ -116341,7 +116341,7 @@ "Microsoft.Azure.Management.Storage.Models.DateAfterCreation": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysAfterCreationGreaterThan": "System.Double", "DaysAfterLastTierChangeGreaterThan": "System.Nullable`1[System.Double]" @@ -116396,7 +116396,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", @@ -116456,7 +116456,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", @@ -116508,7 +116508,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", @@ -116568,7 +116568,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot", @@ -172691,7 +172691,7 @@ "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "AllowPermanentDelete": "System.Nullable`1[System.Boolean]", @@ -172751,7 +172751,7 @@ "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "LastEnabledTime": "System.Nullable`1[System.DateTime]", @@ -172816,7 +172816,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -172864,7 +172864,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -172913,7 +172913,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "RetentionInDays": "System.Nullable`1[System.Int32]" @@ -172964,7 +172964,7 @@ "Microsoft.Azure.Management.Storage.Models.ChangeFeed": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ChangeFeed", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ChangeFeed, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ChangeFeed, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "RetentionInDays": "System.Nullable`1[System.Int32]" @@ -173019,7 +173019,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CorsRulesProperty": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]" }, @@ -173069,13 +173069,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -173129,7 +173129,7 @@ "Microsoft.Azure.Management.Storage.Models.CorsRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.CorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CorsRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CorsRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", "AllowedMethods": "System.Collections.Generic.IList`1[System.String]", @@ -173199,7 +173199,7 @@ "Microsoft.Azure.Management.Storage.Models.CorsRules": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.CorsRules", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CorsRules, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CorsRules, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CorsRulesProperty": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.CorsRule]" }, @@ -173245,7 +173245,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.CorsRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.CorsRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.CorsRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.CorsRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.CorsRule" ] @@ -173253,7 +173253,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "AllowPermanentDelete": "System.Nullable`1[System.Boolean]", @@ -173305,7 +173305,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSLastAccessTimeTrackingPolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLastAccessTimeTrackingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLastAccessTimeTrackingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLastAccessTimeTrackingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "TrackingGranularityInDays": "System.Nullable`1[System.Int32]", @@ -173355,7 +173355,7 @@ "Microsoft.Azure.Management.Storage.Models.LastAccessTimeTrackingPolicy": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.LastAccessTimeTrackingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.LastAccessTimeTrackingPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.LastAccessTimeTrackingPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "BlobType": "System.Collections.Generic.IList`1[System.String]", @@ -173420,7 +173420,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MinRestoreTime": "System.Nullable`1[System.DateTime]", @@ -173472,7 +173472,7 @@ "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeFeed": "Microsoft.Azure.Management.Storage.Models.ChangeFeed", "Cors": "Microsoft.Azure.Management.Storage.Models.CorsRules", @@ -178961,13 +178961,13 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry" }, "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ParseAccessControls", @@ -179204,7 +179204,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -179305,7 +179305,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.KeyPermission]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.KeyPermission]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.KeyPermission, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.KeyPermission, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.KeyPermission" ] @@ -179313,7 +179313,7 @@ "Microsoft.Azure.Management.Storage.Models.KeyPermission": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.KeyPermission", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyPermission, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyPermission, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -179400,13 +179400,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -179478,7 +179478,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter" @@ -179539,7 +179539,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -179591,7 +179591,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobIndexMatch": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[]", "BlobTypes": "System.String[]", @@ -179663,13 +179663,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Op": "System.String", @@ -179758,7 +179758,7 @@ "Microsoft.Azure.Management.Storage.Models.TagFilter": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.TagFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.TagFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.TagFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Op": "System.String", @@ -179818,7 +179818,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.TagFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.TagFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.TagFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.TagFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.TagFilter" ] @@ -179826,7 +179826,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobIndexMatch": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.TagFilter]", "BlobTypes": "System.Collections.Generic.IList`1[System.String]", @@ -179894,7 +179894,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction", "Filters": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter" @@ -179949,7 +179949,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -180010,7 +180010,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule" ] @@ -180018,7 +180018,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Reason]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Reason]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Reason, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Reason, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.Reason" ] @@ -180026,7 +180026,7 @@ "Microsoft.Azure.Management.Storage.Models.Reason": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Reason", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Reason, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Reason, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -180113,13 +180113,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition", "Enabled": "System.Boolean", @@ -180172,7 +180172,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter", "Format": "System.String", @@ -180226,7 +180226,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludeBlobVersions": "System.Nullable`1[System.Boolean]", "IncludeSnapshots": "System.Nullable`1[System.Boolean]", @@ -180279,7 +180279,7 @@ "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyFilter": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrefixMatch": "System.Collections.Generic.IList`1[System.String]", "ExcludePrefix": "System.Collections.Generic.IList`1[System.String]", @@ -180350,7 +180350,7 @@ "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyDefinition": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyDefinition, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyDefinition, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Filters": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyFilter", "SchemaFields": "System.Collections.Generic.IList`1[System.String]", @@ -180420,7 +180420,7 @@ "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyDefinition", "Enabled": "System.Boolean", @@ -180485,7 +180485,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -180540,7 +180540,7 @@ "Microsoft.Azure.Management.Storage.Models.SystemData": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.SystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SystemData, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SystemData, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -180611,7 +180611,7 @@ "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicy": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Policy": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema", "SystemData": "Microsoft.Azure.Management.Storage.Models.SystemData", @@ -180686,7 +180686,7 @@ "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]", @@ -180747,7 +180747,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule" ] @@ -180755,7 +180755,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule" ] @@ -180763,13 +180763,13 @@ "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[]": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError" }, "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsFatal": "System.Boolean", "Position": "System.Int64", @@ -180815,7 +180815,7 @@ "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -182188,13 +182188,13 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule" }, "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -182265,7 +182265,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "keyUri": "System.String" }, @@ -185170,7 +185170,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Common.PSCopyStatus": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.PSCopyStatus", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.PSCopyStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.PSCopyStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -185257,7 +185257,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Smb": "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting" }, @@ -185300,7 +185300,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Multichannel": "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel", "Versions": "System.String[]", @@ -185347,7 +185347,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]" }, @@ -185390,7 +185390,7 @@ "Microsoft.Azure.Management.Storage.Models.FileServiceProperties": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Cors": "Microsoft.Azure.Management.Storage.Models.CorsRules", "ShareDeleteRetentionPolicy": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy", @@ -185470,7 +185470,7 @@ "Microsoft.Azure.Management.Storage.Models.ProtocolSettings": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Smb": "Microsoft.Azure.Management.Storage.Models.SmbSetting" }, @@ -185516,7 +185516,7 @@ "Microsoft.Azure.Management.Storage.Models.SmbSetting": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.SmbSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SmbSetting, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SmbSetting, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Multichannel": "Microsoft.Azure.Management.Storage.Models.Multichannel", "Versions": "System.String", @@ -185582,7 +185582,7 @@ "Microsoft.Azure.Management.Storage.Models.Multichannel": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Multichannel", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Multichannel, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Multichannel, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]" }, @@ -185628,13 +185628,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPermissionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.String", "Service": "System.String", @@ -185706,7 +185706,7 @@ "Microsoft.Azure.Management.Storage.Models.PermissionScope": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.PermissionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.PermissionScope, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.PermissionScope, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.String", "Service": "System.String", @@ -185766,7 +185766,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.PermissionScope]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.PermissionScope]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.PermissionScope, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.PermissionScope, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.PermissionScope" ] @@ -185774,13 +185774,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Key": "System.String" @@ -185851,7 +185851,7 @@ "Microsoft.Azure.Management.Storage.Models.SshPublicKey": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.SshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SshPublicKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SshPublicKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "Key": "System.String" @@ -185902,7 +185902,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.SshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.SshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.SshPublicKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.SshPublicKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.SshPublicKey" ] @@ -185910,7 +185910,7 @@ "Microsoft.Azure.Management.Storage.Models.LocalUser": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.LocalUser", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.LocalUser, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.LocalUser, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.Storage.Models.SystemData", "PermissionScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.PermissionScope]", @@ -186006,7 +186006,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.PermissionScope]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.PermissionScope]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.PermissionScope, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.PermissionScope, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.PermissionScope" ] @@ -186014,7 +186014,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.SshPublicKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.SshPublicKey, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.SshPublicKey" ] @@ -186022,13 +186022,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter", "RuleId": "System.String", @@ -186101,7 +186101,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrefixMatch": "System.String[]" }, @@ -186151,7 +186151,7 @@ "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrefixMatch": "System.Collections.Generic.IList`1[System.String]", "MinCreationTime": "System.String" @@ -186202,7 +186202,7 @@ "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Filters": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter", "RuleId": "System.String", @@ -186267,7 +186267,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule" ] @@ -186275,7 +186275,7 @@ "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicy": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicy, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -186360,7 +186360,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule" ] @@ -186368,13 +186368,13 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy" }, "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -200572,7 +200572,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.UsageUnit, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.UsageUnit, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Storage.Models.UsageUnit" ] @@ -200580,7 +200580,7 @@ "Microsoft.Azure.Management.Storage.Models.UsageUnit": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.UsageUnit", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.UsageUnit, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.UsageUnit, Microsoft.Azure.PowerShell.Storage.Management.Sdk, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -201217,7 +201217,7 @@ "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage", "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", @@ -201285,7 +201285,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=4.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetToken", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Synapse.json b/tools/Tools.Common/SerializedCmdlets/Az.Synapse.json index 9ca9962d0d38..96a0a578245b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Synapse.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Synapse.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Synapse", - "ModuleVersion": "1.7.0", + "ModuleVersion": "2.0.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAddDataFlowToDebugSessionResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAddDataFlowToDebugSessionResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAddDataFlowToDebugSessionResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobVersion": "System.String" }, @@ -76,7 +76,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -236,7 +236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -411,7 +411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]", "TriggerName": "System.String" @@ -472,7 +472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -518,7 +518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -649,7 +649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -753,7 +753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -875,7 +875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -960,7 +960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -1153,7 +1153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -1306,7 +1306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "WorkspaceName": "System.String", @@ -1413,7 +1413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", @@ -1552,7 +1552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", @@ -1649,7 +1649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthenticationProperty": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -1725,7 +1725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -1855,7 +1855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -2010,7 +2010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "WorkspaceName": "System.String", @@ -2075,7 +2075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -2229,7 +2229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -2448,7 +2448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -2490,7 +2490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -2595,7 +2595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -2828,7 +2828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -3039,7 +3039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthenticationProperty": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3115,7 +3115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -3245,7 +3245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -3400,7 +3400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "WorkspaceName": "System.String", @@ -3465,7 +3465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -3667,7 +3667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -3976,7 +3976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -4018,7 +4018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -4123,7 +4123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -4356,7 +4356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -4567,7 +4567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -4652,7 +4652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -4686,7 +4686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -4882,7 +4882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -4983,7 +4983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -5232,7 +5232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -5278,7 +5278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript", "WorkspaceName": "System.String", @@ -5432,7 +5432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -5551,7 +5551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript", "WorkspaceName": "System.String", @@ -5724,7 +5724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -5770,7 +5770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -5925,7 +5925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -6044,7 +6044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -6218,7 +6218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -6264,7 +6264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration", "WorkspaceName": "System.String", @@ -6419,7 +6419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -6538,7 +6538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration", "WorkspaceName": "System.String", @@ -6712,7 +6712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -6746,7 +6746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", @@ -6889,7 +6889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -6993,7 +6993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", @@ -7115,7 +7115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAzureADOnlyAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthenticationProperty": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -7191,7 +7191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -7321,7 +7321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -7476,7 +7476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRunsQueryResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRunsQueryResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRunsQueryResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun]", "ContinuationToken": "System.String" @@ -7537,7 +7537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -7787,7 +7787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -8076,7 +8076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", "WorkspaceName": "System.String", @@ -8145,7 +8145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -8281,7 +8281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -8426,7 +8426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugSessionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugSessionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugSessionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "CoreCount": "System.Nullable`1[System.Int32]", @@ -8500,7 +8500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -8606,7 +8606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -8715,7 +8715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", "WorkspaceName": "System.String", @@ -8784,7 +8784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -8920,7 +8920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -9065,7 +9065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorableDroppedSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorableDroppedSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorableDroppedSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -9415,7 +9415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIpAddress": "System.String", "ProvisioningState": "System.String", @@ -9486,7 +9486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -9637,7 +9637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -9764,7 +9764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -9858,7 +9858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -9901,7 +9901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -10065,7 +10065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -10212,7 +10212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -10334,7 +10334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -10420,7 +10420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -10463,7 +10463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -10603,7 +10603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -10720,7 +10720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -10812,7 +10812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData]", "IntegrationRuntimeName": "System.String", @@ -10907,7 +10907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -10950,7 +10950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -11090,7 +11090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -11207,7 +11207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -11299,7 +11299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]", "ResourceGroupName": "System.String", @@ -11369,7 +11369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -11488,7 +11488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -11531,7 +11531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -11713,7 +11713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -11890,7 +11890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -12042,7 +12042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript", "WorkspaceName": "System.String", @@ -12110,7 +12110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -12246,7 +12246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -12391,7 +12391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -12460,7 +12460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -12596,7 +12596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -12741,7 +12741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionDetailedStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionDetailedStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionDetailedStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RefreshStatus": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionRefreshStatus", "IsApplyingChanges": "System.Nullable`1[System.Boolean]", @@ -12816,7 +12816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -12952,7 +12952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -13097,7 +13097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestSource", "Target": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTarget", @@ -13170,7 +13170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -13204,7 +13204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -13317,7 +13317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -13403,7 +13403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -13495,7 +13495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionQueryTableStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionQueryTableStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionQueryTableStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus]", "ContinuationToken": "System.Object", @@ -13557,7 +13557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -13609,7 +13609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -13752,7 +13752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -13929,7 +13929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -14020,7 +14020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", "WorkspaceName": "System.String", @@ -14089,7 +14089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -14225,7 +14225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -14370,7 +14370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DesiredState": "System.String", "ActualState": "System.String", @@ -14443,7 +14443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -14573,7 +14573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -14728,7 +14728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", "WorkspaceName": "System.String", @@ -14796,7 +14796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -14962,7 +14962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -15143,7 +15143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -15212,7 +15212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -15348,7 +15348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -15493,7 +15493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -15573,7 +15573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -15709,7 +15709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -15854,7 +15854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InvokedBy": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", @@ -15931,7 +15931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -16179,7 +16179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -16265,7 +16265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -16419,7 +16419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoleAssignmentId": "System.String", "RoleDefinitionId": "System.String", @@ -16483,7 +16483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -16579,7 +16579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16672,7 +16672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16782,7 +16782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16892,7 +16892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17059,7 +17059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17120,7 +17120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -17194,7 +17194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17255,7 +17255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -17329,7 +17329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17390,7 +17390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -17464,7 +17464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17525,7 +17525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -17611,7 +17611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -17681,7 +17681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17780,7 +17780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsBuiltIn": "System.Boolean", "Permissions": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission]", @@ -17846,7 +17846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -18046,7 +18046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -18132,7 +18132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -18256,7 +18256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsBuiltIn": "System.Boolean", "Permissions": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission]", @@ -18322,7 +18322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -18452,7 +18452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -18576,7 +18576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration", "WorkspaceName": "System.String", @@ -18645,7 +18645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -18781,7 +18781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -18926,7 +18926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -19013,7 +19013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -19217,7 +19217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -19377,7 +19377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", "Id": "System.String", @@ -19441,7 +19441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -19577,7 +19577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -19722,7 +19722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -19826,7 +19826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -19992,7 +19992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -20147,7 +20147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -20248,7 +20248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -20448,7 +20448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -20606,7 +20606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkStatement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkStatement, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkStatement, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput", "Id": "System.Nullable`1[System.Int32]", @@ -20678,7 +20678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -20858,7 +20858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -21001,7 +21001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "WorkspaceName": "System.String", @@ -21081,7 +21081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -21211,7 +21211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -21366,7 +21366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "WorkspaceName": "System.String", @@ -21431,7 +21431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -21561,7 +21561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -21716,7 +21716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -21803,7 +21803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -21933,7 +21933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -22088,7 +22088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.WorkspaceAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.WorkspaceAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.WorkspaceAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType", @@ -22166,7 +22166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -22323,7 +22323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -22526,7 +22526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -22613,7 +22613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -22773,7 +22773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -22928,7 +22928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -23047,7 +23047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -23230,7 +23230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -23436,7 +23436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -23534,7 +23534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -23568,7 +23568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -23725,7 +23725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -23796,7 +23796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -23948,7 +23948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.SqlPoolAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.SqlPoolAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.SqlPoolAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType", @@ -24025,7 +24025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -24074,7 +24074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -24219,7 +24219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -24311,7 +24311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -24466,7 +24466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRecoverableSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRecoverableSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRecoverableSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastAvailableBackupDate": "System.Nullable`1[System.DateTime]", "Edition": "System.String", @@ -24745,7 +24745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointType": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -24830,7 +24830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -24864,7 +24864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -25021,7 +25021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -25092,7 +25092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -25244,7 +25244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -25319,7 +25319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -25639,7 +25639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -25722,7 +25722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -25903,7 +25903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -25978,7 +25978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -26135,7 +26135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -26271,7 +26271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -26364,7 +26364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -26398,7 +26398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -26555,7 +26555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -26626,7 +26626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -26778,7 +26778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -26863,7 +26863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -27056,7 +27056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -27209,7 +27209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", @@ -27300,7 +27300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -27494,7 +27494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -27584,7 +27584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -27684,7 +27684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -27718,7 +27718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -27881,7 +27881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -27952,7 +27952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -28104,7 +28104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", @@ -28173,7 +28173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -28309,7 +28309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -28454,7 +28454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -28537,7 +28537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -28667,7 +28667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -28822,7 +28822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -28891,7 +28891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -29027,7 +29027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -29172,7 +29172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", @@ -29245,7 +29245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -29429,7 +29429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -29634,7 +29634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]", "TriggerName": "System.String" @@ -29695,7 +29695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -29741,7 +29741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -29848,7 +29848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -29937,7 +29937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -30029,7 +30029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -30306,7 +30306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -30391,7 +30391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -30557,7 +30557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -30712,7 +30712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -30804,7 +30804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -30942,7 +30942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -31089,7 +31089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugCommandResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugCommandResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugCommandResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Data": "System.String" @@ -31150,7 +31150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -31436,7 +31436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -31810,7 +31810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -31853,7 +31853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -31993,7 +31993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -32110,7 +32110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -32202,7 +32202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCreateRunResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCreateRunResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCreateRunResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RunId": "System.String" }, @@ -32262,7 +32262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -32296,7 +32296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -32419,7 +32419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -32722,7 +32722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -33026,7 +33026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseExtendedSparkStatement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseExtendedSparkStatement, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseExtendedSparkStatement, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput", "Id": "System.Nullable`1[System.Int32]", @@ -33117,7 +33117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -33539,7 +33539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -33693,7 +33693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -33904,7 +33904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", @@ -33934,7 +33934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -34024,7 +34024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", @@ -34191,7 +34191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -34363,7 +34363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIpAddress": "System.String", "ProvisioningState": "System.String", @@ -34434,7 +34434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -34857,7 +34857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -34991,7 +34991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -35092,7 +35092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -35246,7 +35246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -35597,7 +35597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -35683,7 +35683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -35726,7 +35726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -35922,7 +35922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -36107,7 +36107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -36267,7 +36267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript", "WorkspaceName": "System.String", @@ -36335,7 +36335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -36670,7 +36670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -36792,7 +36792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -37068,7 +37068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -37261,7 +37261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -37460,7 +37460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", "WorkspaceName": "System.String", @@ -37528,7 +37528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -37748,7 +37748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -37998,7 +37998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -38169,7 +38169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoleAssignmentId": "System.String", "RoleDefinitionId": "System.String", @@ -38233,7 +38233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -38320,7 +38320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38422,7 +38422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38547,7 +38547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38672,7 +38672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38793,7 +38793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -38869,7 +38869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -38943,7 +38943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39019,7 +39019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -39093,7 +39093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39169,7 +39169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -39243,7 +39243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39319,7 +39319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -39389,7 +39389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39465,7 +39465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39548,7 +39548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration", "WorkspaceName": "System.String", @@ -39617,7 +39617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -39807,7 +39807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -40022,7 +40022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -40114,7 +40114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -40839,7 +40839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -41119,7 +41119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -41595,7 +41595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -41673,7 +41673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -41890,7 +41890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -42104,7 +42104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -42200,7 +42200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -42507,7 +42507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -42814,7 +42814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointType": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -42899,7 +42899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -42933,7 +42933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -43138,7 +43138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -43239,7 +43239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -43481,7 +43481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -43620,7 +43620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -43670,7 +43670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -43845,7 +43845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -43925,7 +43925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -44022,7 +44022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -44095,7 +44095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -44294,7 +44294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -44499,7 +44499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -44591,7 +44591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -44785,7 +44785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -45022,7 +45022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -45068,7 +45068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", "WorkspaceName": "System.String", @@ -45247,7 +45247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -45381,7 +45381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", "WorkspaceName": "System.String", @@ -45585,7 +45585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -45631,7 +45631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", "WorkspaceName": "System.String", @@ -45810,7 +45810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -45944,7 +45944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", "WorkspaceName": "System.String", @@ -46169,7 +46169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -46398,7 +46398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -46640,7 +46640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -46683,7 +46683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -46847,7 +46847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -46994,7 +46994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -47156,7 +47156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -47199,7 +47199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -47381,7 +47381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -47558,7 +47558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -47732,7 +47732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -47778,7 +47778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript", "WorkspaceName": "System.String", @@ -47956,7 +47956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -48090,7 +48090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript", "WorkspaceName": "System.String", @@ -48293,7 +48293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -48339,7 +48339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -48518,7 +48518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -48652,7 +48652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -48856,7 +48856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -48902,7 +48902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", "WorkspaceName": "System.String", @@ -49081,7 +49081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -49215,7 +49215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", "WorkspaceName": "System.String", @@ -49419,7 +49419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -49453,7 +49453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", "WorkspaceName": "System.String", @@ -49673,7 +49673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -49825,7 +49825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", "WorkspaceName": "System.String", @@ -50064,7 +50064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -50110,7 +50110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -50289,7 +50289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -50423,7 +50423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -50627,7 +50627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -50673,7 +50673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -50860,7 +50860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -50994,7 +50994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -51206,7 +51206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -51302,7 +51302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -51504,7 +51504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -51644,7 +51644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -51784,7 +51784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -51920,7 +51920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -52011,7 +52011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -52127,7 +52127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -52201,7 +52201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -52292,7 +52292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -52366,7 +52366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -52457,7 +52457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -52531,7 +52531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -52622,7 +52622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -52692,7 +52692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -52873,7 +52873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -52919,7 +52919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration", "WorkspaceName": "System.String", @@ -53098,7 +53098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -53232,7 +53232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigurationResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration", "WorkspaceName": "System.String", @@ -53436,7 +53436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -53482,7 +53482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", "Id": "System.String", @@ -53660,7 +53660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -53794,7 +53794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", "Id": "System.String", @@ -54018,7 +54018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -54052,7 +54052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -54291,7 +54291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -54407,7 +54407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -54729,7 +54729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -54931,7 +54931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -55261,7 +55261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -55295,7 +55295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -55514,7 +55514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -55630,7 +55630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -55959,7 +55959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -55993,7 +55993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -56243,7 +56243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -56465,7 +56465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -56758,7 +56758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -56789,7 +56789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointType": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -57024,7 +57024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -57137,7 +57137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointType": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -57425,7 +57425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -57467,7 +57467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -57569,7 +57569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -57802,7 +57802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -58035,7 +58035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -58081,7 +58081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", @@ -58260,7 +58260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -58394,7 +58394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", @@ -58598,7 +58598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -58644,7 +58644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -58823,7 +58823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -58957,7 +58957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -59161,7 +59161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -59207,7 +59207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -59386,7 +59386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -59520,7 +59520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -59736,7 +59736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -59941,7 +59941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -60274,7 +60274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -60308,7 +60308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -60528,7 +60528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -60644,7 +60644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -60938,7 +60938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -60985,7 +60985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -61170,7 +61170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -61305,7 +61305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -61535,7 +61535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -61570,7 +61570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -61772,7 +61772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -61874,7 +61874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -62071,7 +62071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -62249,7 +62249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -62531,7 +62531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -62688,7 +62688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -62931,7 +62931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -62965,7 +62965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -63170,7 +63170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -63271,7 +63271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -63547,7 +63547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -63596,7 +63596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -63741,7 +63741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -63833,7 +63833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -64031,7 +64031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -64065,7 +64065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -64276,7 +64276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -64377,7 +64377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -64653,7 +64653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -64831,7 +64831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -65079,7 +65079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -65202,7 +65202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -65517,7 +65517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -65876,7 +65876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -66250,7 +66250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -66523,7 +66523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -66631,7 +66631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -66665,7 +66665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -66876,7 +66876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -66977,7 +66977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -67219,7 +67219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", "WorkspaceName": "System.String", @@ -67288,7 +67288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -67478,7 +67478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -67692,7 +67692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", "WorkspaceName": "System.String", @@ -67761,7 +67761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -67951,7 +67951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -68165,7 +68165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -68259,7 +68259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -68302,7 +68302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -69232,7 +69232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -69712,7 +69712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -70394,7 +70394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -70839,7 +70839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -71044,7 +71044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -71113,7 +71113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -71303,7 +71303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -71539,7 +71539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -71594,7 +71594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -71740,7 +71740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -71923,7 +71923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -72017,7 +72017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", "WorkspaceName": "System.String", @@ -72086,7 +72086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -72276,7 +72276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -72490,7 +72490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DesiredState": "System.String", "ActualState": "System.String", @@ -72563,7 +72563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -72717,7 +72717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -72917,7 +72917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -72986,7 +72986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -73394,7 +73394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -73531,7 +73531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -73826,7 +73826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -73906,7 +73906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -74096,7 +74096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -74310,7 +74310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", "Id": "System.String", @@ -74374,7 +74374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -74588,7 +74588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -74814,7 +74814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "WorkspaceName": "System.String", @@ -74894,7 +74894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -75172,7 +75172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -75273,7 +75273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -75592,7 +75592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -75741,7 +75741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -75819,7 +75819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -76095,7 +76095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -76344,7 +76344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -76384,7 +76384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -76645,7 +76645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -76914,7 +76914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -77070,7 +77070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -77119,7 +77119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -77185,7 +77185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -77480,7 +77480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -77727,7 +77727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -77785,7 +77785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -78035,7 +78035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -78072,7 +78072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -78334,7 +78334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -78622,7 +78622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -78664,7 +78664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -78977,7 +78977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -79120,7 +79120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -79270,7 +79270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -79363,7 +79363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -79397,7 +79397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -79437,7 +79437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -79526,7 +79526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -79602,7 +79602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -79642,7 +79642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -79703,7 +79703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -79740,7 +79740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -79816,7 +79816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -79877,7 +79877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -79945,7 +79945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -80030,7 +80030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -80257,7 +80257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -80425,7 +80425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", @@ -80494,7 +80494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -80955,7 +80955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -81125,7 +81125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -81466,7 +81466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -81535,7 +81535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -81725,7 +81725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -81939,7 +81939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCreateDataFlowDebugSessionResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCreateDataFlowDebugSessionResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCreateDataFlowDebugSessionResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SessionId": "System.String" }, @@ -81999,7 +81999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -82159,7 +82159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -82334,7 +82334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastOperation": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult", "ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase]", @@ -82458,7 +82458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -82501,7 +82501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -82665,7 +82665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -82812,7 +82812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -82956,7 +82956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -83002,7 +83002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -83157,7 +83157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -83276,7 +83276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -83428,7 +83428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -83511,7 +83511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -83670,7 +83670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -84207,7 +84207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", @@ -84259,7 +84259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", @@ -84350,7 +84350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -84522,7 +84522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -84680,7 +84680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -84726,7 +84726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -84881,7 +84881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -85000,7 +85000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -85174,7 +85174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -85352,7 +85352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -85594,7 +85594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -85637,7 +85637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -85801,7 +85801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -85948,7 +85948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -86092,7 +86092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -86126,7 +86126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -86293,7 +86293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -86412,7 +86412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -86586,7 +86586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -86629,7 +86629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InvokedBy": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", @@ -86789,7 +86789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -86905,7 +86905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InvokedBy": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", @@ -87096,7 +87096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -87131,7 +87131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -87330,7 +87330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -87452,7 +87452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -87680,7 +87680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -87715,7 +87715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -87917,7 +87917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -88019,7 +88019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -88216,7 +88216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -88444,7 +88444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -88652,7 +88652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -88698,7 +88698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -88853,7 +88853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -88972,7 +88972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -89137,7 +89137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", @@ -89167,7 +89167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -89257,7 +89257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", @@ -89424,7 +89424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -89596,7 +89596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -89683,7 +89683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -90061,7 +90061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -90326,7 +90326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -90434,7 +90434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -90468,7 +90468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -90679,7 +90679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -90780,7 +90780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -91062,7 +91062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -91105,7 +91105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -91263,7 +91263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -91410,7 +91410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -91572,7 +91572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -91754,7 +91754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -91887,7 +91887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -92069,7 +92069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -92214,7 +92214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -92432,7 +92432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -92668,7 +92668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIpAddress": "System.String", "ProvisioningState": "System.String", @@ -92739,7 +92739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -92962,7 +92962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -93149,7 +93149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]", @@ -93265,7 +93265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -93308,7 +93308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -93504,7 +93504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -93695,7 +93695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -93861,7 +93861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]", @@ -93977,7 +93977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -94020,7 +94020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -94202,7 +94202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -94379,7 +94379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -94553,7 +94553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -94587,7 +94587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -94730,7 +94730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -94834,7 +94834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", "WorkspaceName": "System.String", @@ -94962,7 +94962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -95035,7 +95035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -95114,7 +95114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -95223,7 +95223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -95327,7 +95327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -95361,7 +95361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -95553,7 +95553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -95565,7 +95565,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] @@ -95901,7 +95901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -95919,7 +95919,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] @@ -96016,7 +96016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -96288,7 +96288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -96306,7 +96306,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] @@ -96385,7 +96385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -96658,7 +96658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -96676,7 +96676,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] @@ -97002,7 +97002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -97020,7 +97020,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] @@ -97331,7 +97331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -97349,7 +97349,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] @@ -97435,7 +97435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -97522,7 +97522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -97822,7 +97822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -98286,7 +98286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -98373,7 +98373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -98407,7 +98407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -98626,7 +98626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -98742,7 +98742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -99004,7 +99004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -99123,7 +99123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -99157,7 +99157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -99433,7 +99433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -99659,7 +99659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -99934,7 +99934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -100032,7 +100032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -100066,7 +100066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -100393,7 +100393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -100567,7 +100567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -101028,7 +101028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -101128,7 +101128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -101162,7 +101162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -101229,7 +101229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -101373,7 +101373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -101531,7 +101531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -101644,7 +101644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -101714,7 +101714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -101827,7 +101827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -101882,7 +101882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -101977,7 +101977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -102044,7 +102044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -102139,7 +102139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -102191,7 +102191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -102331,7 +102331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -102456,7 +102456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -102551,7 +102551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -102653,7 +102653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -102736,7 +102736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -102806,7 +102806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -102932,7 +102932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -103072,7 +103072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -103167,7 +103167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -103237,7 +103237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -103332,7 +103332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -103387,7 +103387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -103527,7 +103527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -103652,7 +103652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -103747,7 +103747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -103849,7 +103849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -103943,7 +103943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -104004,7 +104004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -104027,7 +104027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -104047,7 +104047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -104175,7 +104175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -104210,7 +104210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -104236,7 +104236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -104330,7 +104330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CspWorkspaceAdminProperties": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", @@ -104400,7 +104400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -104435,7 +104435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -104461,7 +104461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -104600,7 +104600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -104635,7 +104635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -104661,7 +104661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -104785,7 +104785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -104820,7 +104820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -104846,7 +104846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+UserAssignedManagedIdentityActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -104978,7 +104978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -105013,7 +105013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -105220,7 +105220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -105346,7 +105346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -105588,7 +105588,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -105609,7 +105609,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "ValidateNotNullOrEmpty": false @@ -105650,7 +105650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105660,7 +105660,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105781,7 +105781,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "ValidateNotNullOrEmpty": false @@ -105846,7 +105846,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105862,7 +105862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -105958,7 +105958,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -105985,7 +105985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "ValidateNotNullOrEmpty": false @@ -106050,7 +106050,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106066,7 +106066,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106162,7 +106162,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "ValidateNotNullOrEmpty": false @@ -106227,7 +106227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106243,7 +106243,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106346,7 +106346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LanguageExtensionValue": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", "SkuName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", @@ -106424,7 +106424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -106467,7 +106467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106477,7 +106477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106618,7 +106618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106634,7 +106634,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106780,7 +106780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106796,7 +106796,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106862,7 +106862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -106923,7 +106923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -106939,7 +106939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107039,7 +107039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107055,7 +107055,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107128,7 +107128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -107210,7 +107210,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -107253,7 +107253,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107263,7 +107263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107419,7 +107419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107435,7 +107435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107596,7 +107596,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107612,7 +107612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107678,7 +107678,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -107739,7 +107739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107755,7 +107755,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107855,7 +107855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107871,7 +107871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107944,7 +107944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -108016,7 +108016,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -108059,7 +108059,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108069,7 +108069,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108225,7 +108225,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108241,7 +108241,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108402,7 +108402,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108418,7 +108418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108484,7 +108484,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -108545,7 +108545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108561,7 +108561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108661,7 +108661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108677,7 +108677,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108750,7 +108750,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -108833,7 +108833,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -108876,7 +108876,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108886,7 +108886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109039,7 +109039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109055,7 +109055,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109246,7 +109246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109262,7 +109262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109328,7 +109328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -109389,7 +109389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109405,7 +109405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109505,7 +109505,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109521,7 +109521,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109594,7 +109594,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -109675,7 +109675,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -109718,7 +109718,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109728,7 +109728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109899,7 +109899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -109915,7 +109915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110091,7 +110091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110107,7 +110107,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110173,7 +110173,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -110234,7 +110234,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110250,7 +110250,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110350,7 +110350,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110366,7 +110366,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110439,7 +110439,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IFollowerDatabaseDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IFollowerDatabaseDefinition, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IFollowerDatabaseDefinition, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DatabaseName": "System.String", @@ -110516,7 +110516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110526,7 +110526,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110664,7 +110664,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110680,7 +110680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110753,7 +110753,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName]" } @@ -110828,7 +110828,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110838,7 +110838,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110976,7 +110976,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -110992,7 +110992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111065,7 +111065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Role": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -111139,7 +111139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -111182,7 +111182,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111192,7 +111192,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111330,7 +111330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111346,7 +111346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111522,7 +111522,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111538,7 +111538,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111604,7 +111604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -111665,7 +111665,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111681,7 +111681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111781,7 +111781,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111797,7 +111797,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111870,7 +111870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuDescription", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuDescription, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuDescription, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationInfo": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[]", "Restriction": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[]", @@ -111888,7 +111888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAzureResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAzureResourceSku, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAzureResourceSku, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CapacityScaleType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType]", "SkuName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName]", @@ -111970,7 +111970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -111980,7 +111980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112073,7 +112073,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112089,7 +112089,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112250,7 +112250,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112266,7 +112266,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112388,7 +112388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -112458,7 +112458,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112468,7 +112468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112668,7 +112668,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112684,7 +112684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112780,7 +112780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -112886,7 +112886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -112902,7 +112902,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113077,7 +113077,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113093,7 +113093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113196,7 +113196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LanguageExtensionValue": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", "SkuName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", @@ -113300,7 +113300,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -113309,7 +113309,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -113421,7 +113421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113431,7 +113431,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113591,7 +113591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -113606,7 +113606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -113790,7 +113790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113806,7 +113806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -113894,7 +113894,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -113984,7 +113984,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -114102,7 +114102,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114112,7 +114112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114257,7 +114257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -114447,7 +114447,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114463,7 +114463,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114551,7 +114551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -114622,7 +114622,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -114689,7 +114689,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114699,7 +114699,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114829,7 +114829,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -114938,7 +114938,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -114954,7 +114954,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115042,7 +115042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -115133,7 +115133,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115142,7 +115142,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115191,7 +115191,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115201,7 +115201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115358,7 +115358,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115373,7 +115373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115452,7 +115452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115468,7 +115468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115556,7 +115556,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -115636,7 +115636,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115672,7 +115672,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115709,7 +115709,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115727,7 +115727,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115794,7 +115794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115804,7 +115804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -115949,7 +115949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -115994,7 +115994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -116088,7 +116088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116104,7 +116104,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116308,7 +116308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -116353,7 +116353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -116447,7 +116447,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116463,7 +116463,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116575,7 +116575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -116683,7 +116683,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -116728,7 +116728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -116822,7 +116822,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116838,7 +116838,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117058,7 +117058,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117103,7 +117103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117197,7 +117197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117213,7 +117213,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117294,7 +117294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117417,7 +117417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117462,7 +117462,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117556,7 +117556,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117572,7 +117572,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117653,7 +117653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117776,7 +117776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117821,7 +117821,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117915,7 +117915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -117931,7 +117931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118019,7 +118019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Role": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -118101,7 +118101,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -118110,7 +118110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -118159,7 +118159,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118169,7 +118169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118311,7 +118311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -118326,7 +118326,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -118405,7 +118405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118421,7 +118421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118561,7 +118561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -118613,7 +118613,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118623,7 +118623,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118796,7 +118796,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118812,7 +118812,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118908,7 +118908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -118984,7 +118984,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119000,7 +119000,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119145,7 +119145,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119161,7 +119161,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119325,7 +119325,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -119377,7 +119377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119387,7 +119387,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119575,7 +119575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119591,7 +119591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119687,7 +119687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -119763,7 +119763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119779,7 +119779,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119924,7 +119924,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119940,7 +119940,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120104,7 +120104,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -120156,7 +120156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120166,7 +120166,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120354,7 +120354,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120370,7 +120370,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120466,7 +120466,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -120542,7 +120542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120558,7 +120558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120703,7 +120703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120719,7 +120719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120889,7 +120889,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -120941,7 +120941,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -120951,7 +120951,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121151,7 +121151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121167,7 +121167,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121263,7 +121263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -121339,7 +121339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121355,7 +121355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121500,7 +121500,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121516,7 +121516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121689,7 +121689,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -121741,7 +121741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121751,7 +121751,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121954,7 +121954,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -121970,7 +121970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122066,7 +122066,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -122142,7 +122142,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122158,7 +122158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122303,7 +122303,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122319,7 +122319,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122471,7 +122471,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -122492,7 +122492,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "ValidateNotNullOrEmpty": false @@ -122533,7 +122533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122543,7 +122543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122664,7 +122664,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "ValidateNotNullOrEmpty": false @@ -122729,7 +122729,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122745,7 +122745,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122841,7 +122841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -122868,7 +122868,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "ValidateNotNullOrEmpty": false @@ -122933,7 +122933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -122949,7 +122949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123045,7 +123045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "ValidateNotNullOrEmpty": false @@ -123110,7 +123110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123126,7 +123126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123287,7 +123287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -123339,7 +123339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123349,7 +123349,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123534,7 +123534,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123550,7 +123550,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123646,7 +123646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -123722,7 +123722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123738,7 +123738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123883,7 +123883,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -123899,7 +123899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124054,7 +124054,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -124106,7 +124106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124116,7 +124116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124289,7 +124289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124305,7 +124305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124401,7 +124401,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -124477,7 +124477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124493,7 +124493,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124638,7 +124638,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124654,7 +124654,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124809,7 +124809,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -124861,7 +124861,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -124871,7 +124871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125044,7 +125044,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125060,7 +125060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125156,7 +125156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -125232,7 +125232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125248,7 +125248,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125393,7 +125393,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125409,7 +125409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125512,7 +125512,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LanguageExtensionValue": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", "SkuName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", @@ -125589,7 +125589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -125682,7 +125682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -125691,7 +125691,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -125749,7 +125749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125759,7 +125759,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -125994,7 +125994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -126009,7 +126009,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -126103,7 +126103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -126119,7 +126119,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -126200,7 +126200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -126347,7 +126347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -126362,7 +126362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -126456,7 +126456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -126472,7 +126472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -126673,7 +126673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -126688,7 +126688,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -126782,7 +126782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -126798,7 +126798,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -126886,7 +126886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -126957,7 +126957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -126978,7 +126978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -127045,7 +127045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127055,7 +127055,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127185,7 +127185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -127294,7 +127294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127310,7 +127310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127391,7 +127391,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -127418,7 +127418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -127527,7 +127527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127543,7 +127543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127624,7 +127624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -127733,7 +127733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127749,7 +127749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -127837,7 +127837,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", @@ -127917,7 +127917,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -127938,7 +127938,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -127974,7 +127974,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -128011,7 +128011,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -128047,7 +128047,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -128096,7 +128096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128106,7 +128106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128281,7 +128281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -128311,7 +128311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -128356,7 +128356,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -128450,7 +128450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128466,7 +128466,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128686,7 +128686,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -128731,7 +128731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -128825,7 +128825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -128841,7 +128841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129046,7 +129046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129061,7 +129061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129106,7 +129106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129200,7 +129200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129216,7 +129216,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129297,7 +129297,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -129355,7 +129355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129370,7 +129370,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129415,7 +129415,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129509,7 +129509,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129525,7 +129525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129606,7 +129606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -129663,7 +129663,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129693,7 +129693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129738,7 +129738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -129832,7 +129832,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129848,7 +129848,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -129929,7 +129929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AttachedDatabaseConfigurationName": "System.String", "DataConnectionName": "System.String", @@ -130002,7 +130002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -130047,7 +130047,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -130141,7 +130141,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130157,7 +130157,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130238,7 +130238,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -130283,7 +130283,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -130377,7 +130377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130393,7 +130393,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130519,7 +130519,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCspWorkspaceAdminProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InitialWorkspaceAdminObjectId": "System.String" }, @@ -130562,7 +130562,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateManagedPrivateEndpoint": "System.Nullable`1[System.Boolean]", "DefaultDataLakeStorageAccountUrl": "System.String", @@ -130616,7 +130616,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomerManagedKeyDetails": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails", "DoubleEncryptionEnabled": "System.Nullable`1[System.Boolean]" @@ -130660,7 +130660,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KekIdentity": "Microsoft.Azure.Commands.Synapse.Models.PSKekIdentityProperties", "Key": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails", @@ -130705,7 +130705,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSKekIdentityProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKekIdentityProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKekIdentityProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKekIdentityProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSystemAssignedIdentity": "System.Object", "UserAssignedIdentity": "System.String" @@ -130754,7 +130754,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "KeyVaultUrl": "System.String" @@ -130798,7 +130798,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Synapse.Models.UserAssignedManagedIdentity]", "IdentityType": "System.String", @@ -130917,7 +130917,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -131030,7 +131030,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSPurviewConfiguration": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPurviewConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPurviewConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPurviewConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurviewResourceId": "System.String" }, @@ -131073,7 +131073,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkProfileComputeSubnetId": "System.String" }, @@ -131116,7 +131116,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -131275,7 +131275,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection" ] @@ -131283,7 +131283,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState", @@ -131331,7 +131331,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -131374,7 +131374,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -131721,7 +131721,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel" ] @@ -131729,7 +131729,7 @@ "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Collections.Generic.IList`1[System.String]" }, @@ -131766,7 +131766,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Int32", "Name": "System.String", @@ -131841,7 +131841,7 @@ "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -131933,7 +131933,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel" ] @@ -131941,7 +131941,7 @@ "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel": { "Namespace": "Microsoft.Azure.Commands.Synapse.Model", "Name": "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String" @@ -131987,7 +131987,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel" ] @@ -131995,7 +131995,7 @@ "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rank": "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]", "SchemaName": "System.String", @@ -132039,7 +132039,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank" ] @@ -132047,7 +132047,7 @@ "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -132134,7 +132134,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScript, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Content": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContent" }, @@ -132177,7 +132177,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContent": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContent, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContent, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentConnection": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentCurrentConnection", "Metadata": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentMetadata", @@ -132222,7 +132222,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentCurrentConnection": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentCurrentConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentCurrentConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentCurrentConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KustoPoolName": "System.String", "KustoDatabaseName": "System.String" @@ -132266,7 +132266,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentMetadata": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSKqlScriptContentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Language": "System.String" }, @@ -132309,7 +132309,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSNotebook": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BigDataPool": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookFolder", @@ -132360,7 +132360,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType]", "ReferenceName": "System.String" @@ -132465,7 +132465,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookFolder": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookFolder", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -132508,7 +132508,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Kernelspec": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec", "LanguageInfo": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo", @@ -132553,7 +132553,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "DisplayName": "System.String", @@ -132598,7 +132598,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "CodemirrorMode": "System.String", @@ -132643,7 +132643,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DriverCores": "System.Nullable`1[System.Int32]", "ExecutorCores": "System.Nullable`1[System.Int32]", @@ -132690,7 +132690,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell" ] @@ -132698,7 +132698,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Outputs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]", @@ -132746,7 +132746,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem" ] @@ -132754,7 +132754,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExecutionCount": "System.Nullable`1[System.Int32]", "Text": "System.Object", @@ -132802,7 +132802,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configs": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ConfigMergeRule": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -132864,7 +132864,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Content": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent", "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder", @@ -132911,7 +132911,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentConnection": "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection", "Metadata": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata", @@ -132958,7 +132958,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Type": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType]", @@ -133065,7 +133065,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Language": "System.String" @@ -133109,7 +133109,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -133152,7 +133152,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptType": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SqlQuery": "System.String" }, @@ -133195,7 +133195,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun" ] @@ -133203,7 +133203,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "ActivityRunEnd": "System.Nullable`1[System.DateTimeOffset]", @@ -133821,7 +133821,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Compute": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionCompute", "LandingZone": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionLandingZone", @@ -133867,7 +133867,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionCompute": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionCompute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionCompute, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionCompute, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoreCount": "System.Nullable`1[System.Int32]", "DataProcessIntervalMinutes": "System.Nullable`1[System.Int32]", @@ -133912,7 +133912,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionLandingZone": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionLandingZone", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionLandingZone, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionLandingZone, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkedService": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceReference", "SasToken": "Microsoft.Azure.Commands.Synapse.Models.PSSecureString", @@ -133958,7 +133958,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceReference": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceReference, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceReference, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Type": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType]", @@ -134011,7 +134011,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSecureString": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSecureString", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSecureString, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSecureString, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String" }, @@ -134054,7 +134054,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabase": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TypeProperties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabaseTypeProperties", "LinkedService": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceReference" @@ -134098,7 +134098,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabaseTypeProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabaseTypeProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabaseTypeProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionSourceDatabaseTypeProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "PrincipalId": "System.String" @@ -134142,7 +134142,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabase": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TypeProperties": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabaseTypeProperties", "LinkedService": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceReference" @@ -134186,7 +134186,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabaseTypeProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabaseTypeProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabaseTypeProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionTargetDatabaseTypeProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTableTransaction": "System.Nullable`1[System.Boolean]", "DropExistingTargetTableOnStart": "System.Nullable`1[System.Boolean]" @@ -134230,7 +134230,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionRefreshStatus": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionRefreshStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionRefreshStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkConnectionRefreshStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RefreshStatus": "System.String", "ErrorMessage": "System.String" @@ -134274,7 +134274,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestSource": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestSource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestSource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TableName": "System.String", "SchemaName": "System.String" @@ -134318,7 +134318,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTarget": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTarget", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTarget, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTarget, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DistributionOptions": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetDistributionOptions", "StructureOptions": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetStructureOptions", @@ -134364,7 +134364,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetDistributionOptions": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetDistributionOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetDistributionOptions, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetDistributionOptions, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String", "DistributionColumn": "System.String" @@ -134408,7 +134408,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetStructureOptions": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetStructureOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetStructureOptions, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableRequestTargetStructureOptions, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -134451,7 +134451,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus" ] @@ -134459,7 +134459,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkTableStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastProcessedData": "System.Nullable`1[System.DateTimeOffset]", "LastTransactionCommitTime": "System.Nullable`1[System.DateTimeOffset]", @@ -134653,7 +134653,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionState": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState", "Fqdns": "System.Collections.Generic.IList`1[System.String]", @@ -134703,7 +134703,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -134748,7 +134748,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -134832,7 +134832,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], 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.Synapse.Models.PSParameterSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification" @@ -134841,7 +134841,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", "DefaultValue": "System.Object" @@ -134885,7 +134885,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], 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.Synapse.Models.PSVariableSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification" @@ -134894,7 +134894,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", "DefaultValue": "System.Object" @@ -135226,7 +135226,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -135331,7 +135331,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobCreationRequest": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", "RunningAt": "System.Nullable`1[System.DateTimeOffset]", @@ -135382,7 +135382,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", "Arguments": "System.Collections.Generic.IReadOnlyList`1[System.String]", @@ -135437,7 +135437,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentState": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState]", "SubmittedAt": "System.Nullable`1[System.DateTimeOffset]", @@ -135547,7 +135547,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentState": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState]", "PreparationStartedAt": "System.Nullable`1[System.DateTimeOffset]", @@ -135830,7 +135830,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "DelayInMinutes": "System.Nullable`1[System.Int32]" @@ -135874,7 +135874,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MinNodeCount": "System.Nullable`1[System.Int32]", @@ -135919,7 +135919,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "MinExecutors": "System.Nullable`1[System.Int32]", @@ -135964,7 +135964,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Time": "System.Nullable`1[System.DateTime]", "Content": "System.String", @@ -136009,7 +136009,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Time": "System.Nullable`1[System.DateTime]", "Content": "System.String", @@ -136055,7 +136055,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] @@ -136063,7 +136063,7 @@ "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -136138,7 +136138,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetBigDataPool": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionFolder", @@ -136186,7 +136186,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionFolder": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionFolder", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -136229,7 +136229,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Arguments": "System.Collections.Generic.IList`1[System.String]", "Jars": "System.Collections.Generic.IList`1[System.String]", @@ -136284,7 +136284,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobCreationRequest": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", "IdleAt": "System.Nullable`1[System.DateTimeOffset]", @@ -136337,7 +136337,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Traceback": "System.Collections.Generic.IReadOnlyList`1[System.String]", "ExecutionCount": "System.Nullable`1[System.Int32]", @@ -136385,7 +136385,7 @@ "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -136486,13 +136486,13 @@ "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -136579,7 +136579,7 @@ "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -136666,7 +136666,7 @@ "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -136753,7 +136753,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSSystemData": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -136896,7 +136896,7 @@ "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -136983,7 +136983,7 @@ "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -137070,7 +137070,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus" ] @@ -137078,7 +137078,7 @@ "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Succeeded": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus", "Failed": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRunStatus", @@ -137551,7 +137551,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName]" } @@ -137559,7 +137559,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName" ] @@ -137567,7 +137567,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -137645,7 +137645,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -137813,13 +137813,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" }, "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -137884,7 +137884,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -137949,7 +137949,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType" ] @@ -137957,7 +137957,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138022,7 +138022,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState" ] @@ -138030,7 +138030,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138095,7 +138095,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State" ] @@ -138103,7 +138103,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138168,7 +138168,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind" ] @@ -138176,7 +138176,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138241,7 +138241,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138306,7 +138306,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole" ] @@ -138314,7 +138314,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138379,7 +138379,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType" ] @@ -138387,7 +138387,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138452,7 +138452,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138517,7 +138517,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole" ] @@ -138525,7 +138525,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138590,13 +138590,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem" }, "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Location": "System.String", "Zone": "System.String[]" @@ -138605,18 +138605,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[], Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny" }, "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType" ] @@ -138624,7 +138624,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -138689,7 +138689,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName" ] @@ -138697,7 +138697,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize" ]